diff options
| author | Álvaro Fernández Rojas | 2014-04-05 11:25:15 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2014-04-05 11:25:15 +0000 |
| commit | ea3697feef90aec93979a08a3a13d2e952d4f6e4 (patch) | |
| tree | 341054d2bff59f70ff762c4a51d69b4abe757a3e | |
| parent | b905f3f159695ebb928e2b32b54fcc164a9aa40d (diff) | |
| download | routing-ea3697feef90aec93979a08a3a13d2e952d4f6e4.tar.gz | |
[bird] Update to version 1.4.2.
| -rw-r--r-- | bird/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bird/Makefile b/bird/Makefile index c3f1c11..6ecebf3 100644 --- a/bird/Makefile +++ b/bird/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bird -PKG_VERSION:=1.4.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.4.2 +PKG_RELEASE:=1 PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird -PKG_MD5SUM:=4e5a47308335b1b0bf4691cac6c4174f +PKG_MD5SUM:=127c154a5a000fa5658ee1c53c44ab68 PKG_BUILD_DEPENDS:=libncurses libreadline include $(INCLUDE_DIR)/package.mk |