diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-02 08:58:43 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-02 08:58:43 +0000 |
commit | 3f956d1d50b27a7f0de79e3f473c883550da586a (patch) | |
tree | 457d9b7eab27f2310d22a545637a4c38a5af28c3 /openwrt/package/quagga/Makefile | |
parent | 2ee20939c6c9ae47d0978043f6377cda257354ae (diff) | |
download | mtk-20170518-3f956d1d50b27a7f0de79e3f473c883550da586a.zip mtk-20170518-3f956d1d50b27a7f0de79e3f473c883550da586a.tar.gz mtk-20170518-3f956d1d50b27a7f0de79e3f473c883550da586a.tar.bz2 |
Updated to latest stable version
SVN-Revision: 3113
Diffstat (limited to 'openwrt/package/quagga/Makefile')
-rw-r--r-- | openwrt/package/quagga/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/quagga/Makefile b/openwrt/package/quagga/Makefile index 51b424b..e08688c 100644 --- a/openwrt/package/quagga/Makefile +++ b/openwrt/package/quagga/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quagga -PKG_VERSION:=0.98.4 +PKG_VERSION:=0.98.5 PKG_RELEASE:=1 -PKG_MD5SUM:=c68e409931449afc5730289d3105f502 +PKG_MD5SUM:=ec09c1ec624aea98e18aa19282666784 PKG_SOURCE_URL:=http://www.quagga.net/download/ \ http://www.de.quagga.net/download/ \ |