diff options
| author | Vasilis | 2013-08-02 17:58:17 +0000 |
|---|---|---|
| committer | Vasilis | 2013-08-02 17:58:17 +0000 |
| commit | dd1380884fa29dd7ceac56eeafd6c917461461b9 (patch) | |
| tree | 31cc60b77afbaa899b00bafe796cc0f9de788036 | |
| parent | a96287cedca943643448a288ac30325cc261706e (diff) | |
| download | routing-dd1380884fa29dd7ceac56eeafd6c917461461b9.tar.gz | |
quagga: Update to v0.99.22.3
| -rw-r--r-- | quagga/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quagga/Makefile b/quagga/Makefile index fac45c2..eb2e2ff 100644 --- a/quagga/Makefile +++ b/quagga/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=quagga -PKG_VERSION:=0.99.22 -PKG_RELEASE:=6 -PKG_MD5SUM:=3057bf3a91116a1017dd0df7e5e8ef93 +PKG_VERSION:=0.99.22.3 +PKG_RELEASE:=1 +PKG_MD5SUM:=1467b6828842af59b31252515729bb09 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/quagga/ |