diff options
| author | Steven Barth | 2014-12-16 08:05:16 +0000 |
|---|---|---|
| committer | Steven Barth | 2014-12-16 08:05:16 +0000 |
| commit | abd37189a368c5e897e349dd2e5675d30e52386d (patch) | |
| tree | 016e0fd53d570d122d32d79bd6c046d0a80e5574 | |
| parent | 0820b44d826d90f958c85435f6019888842dc451 (diff) | |
| parent | c24d74657c1bfd01c651f25055ef5e5e86c041b5 (diff) | |
| download | routing-abd37189a368c5e897e349dd2e5675d30e52386d.tar.gz | |
Merge pull request #69 from stintel/bird_update
bird: bump to 1.4.5
| -rw-r--r-- | bird/Makefile | 4 |
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 |