diff options
| author | Álvaro Fernández Rojas | 2014-04-19 14:22:22 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2014-04-19 14:23:12 +0000 |
| commit | b9b89377ed549bc14ead89ee5443136d48d9f008 (patch) | |
| tree | 7a80a163c55cc342c0da0569a321766f611cb352 | |
| parent | ea3697feef90aec93979a08a3a13d2e952d4f6e4 (diff) | |
| download | routing-b9b89377ed549bc14ead89ee5443136d48d9f008.tar.gz | |
[bird] Update to version 1.4.3.
| -rw-r--r-- | bird/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bird/Makefile b/bird/Makefile index 6ecebf3..971afc4 100644 --- a/bird/Makefile +++ b/bird/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bird -PKG_VERSION:=1.4.2 +PKG_VERSION:=1.4.3 PKG_RELEASE:=1 PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird -PKG_MD5SUM:=127c154a5a000fa5658ee1c53c44ab68 +PKG_MD5SUM:=eb7e00b9c1d102ddfcbc19d9cb168511 PKG_BUILD_DEPENDS:=libncurses libreadline include $(INCLUDE_DIR)/package.mk |