summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barth2014-12-16 08:05:16 +0000
committerSteven Barth2014-12-16 08:05:16 +0000
commitabd37189a368c5e897e349dd2e5675d30e52386d (patch)
tree016e0fd53d570d122d32d79bd6c046d0a80e5574
parent0820b44d826d90f958c85435f6019888842dc451 (diff)
parentc24d74657c1bfd01c651f25055ef5e5e86c041b5 (diff)
downloadrouting-abd37189a368c5e897e349dd2e5675d30e52386d.tar.gz
Merge pull request #69 from stintel/bird_update
bird: bump to 1.4.5
-rw-r--r--bird/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bird/Makefile b/bird/Makefile
index 9dd5cf3..920ae81 100644
--- a/bird/Makefile
+++ b/bird/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bird
-PKG_VERSION:=1.4.3
+PKG_VERSION:=1.4.5
PKG_RELEASE:=1
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
-PKG_MD5SUM:=eb7e00b9c1d102ddfcbc19d9cb168511
+PKG_MD5SUM:=a8e5e0a9129ce30fe6102c593bafb763
PKG_BUILD_DEPENDS:=libncurses libreadline
PKG_LICENSE:=GPL-2.0