summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Barth2015-10-03 09:34:06 +0000
committerSteven Barth2015-10-03 09:34:06 +0000
commit281209a1e42b6b5e73580f47a02d564fb84beec8 (patch)
treef82890f1a42882a86239b418e4135fc60ee16363
parentf4b5a5c6084ca327c54a339938854cc84100580a (diff)
parent44c37a848292ac8edfe4268f88ee869c168e0bfe (diff)
downloadrouting-281209a1e42b6b5e73580f47a02d564fb84beec8.tar.gz
Merge pull request #140 from openwrt-es/bird-next
bird: update to v1.5.0, add myself as maintaner
-rw-r--r--bird/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/bird/Makefile b/bird/Makefile
index 5f8200c..65f02d9 100644
--- a/bird/Makefile
+++ b/bird/Makefile
@@ -7,13 +7,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bird
-PKG_VERSION:=1.4.5
-PKG_RELEASE:=2
+PKG_VERSION:=1.5.0
+PKG_RELEASE:=1
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
-PKG_MD5SUM:=a8e5e0a9129ce30fe6102c593bafb763
+PKG_MD5SUM:=330bde6372afa106abfe5a9737e471c1
PKG_BUILD_DEPENDS:=libncurses libreadline
+PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
+
PKG_LICENSE:=GPL-2.0
include $(INCLUDE_DIR)/package.mk