Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bird2
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen <toke@toke.dk>2019-08-19 13:34:05 +0300
committerToke Høiland-Jørgensen <toke@toke.dk>2019-08-19 13:34:05 +0300
commitc687bd3055d08c6914f53f2042d1aed316dbaae5 (patch)
treecbb8b7efa28e8452e87a94bc39fe3422159a7c62 /bird2
parent5d7f4af534b43b16453e6df71869e3db41e92dea (diff)
bird2: Bump to v2.0.5
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
Diffstat (limited to 'bird2')
-rw-r--r--bird2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bird2/Makefile b/bird2/Makefile
index f14b77c..045213d 100644
--- a/bird2/Makefile
+++ b/bird2/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bird2
-PKG_VERSION:=2.0.4
+PKG_VERSION:=2.0.5
PKG_RELEASE:=1
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
-PKG_HASH:=676010b7517d4159b9af37401c26185f561ffcffeba73690a2ef2fad984714de
+PKG_HASH:=4e4b736fd26579823a728be6a7746b3f525206e3c9a4a21fccb302cffd3029d3
PKG_BUILD_DEPENDS:=ncurses readline
PKG_MAINTAINER:=Toke Høiland-Jørgensen <toke@toke.dk>
PKG_BUILD_DIR:=$(BUILD_DIR)/bird-$(PKG_VERSION)