From 44c37a848292ac8edfe4268f88ee869c168e0bfe Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 29 Sep 2015 16:23:51 +0200 Subject: [PATCH] bird: update to v1.5.0, add myself as maintaner MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- bird/Makefile | 8 +++++--- 1 file 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 + PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk -- 2.35.1