-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Bradford Zhang <[email protected]>
- Loading branch information
1 parent
4427a0f
commit 7dc0e4a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,12 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=bird2 | ||
PKG_VERSION:=2.13.1 | ||
PKG_VERSION:=2.15.1 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird | ||
PKG_HASH:=97bb8d57be9bc5083e2b566416d27e314162856a12ca7c77e202e467d20d4080 | ||
PKG_HASH:=48e85c622de164756c132ea77ad1a8a95cc9fd0137ffd0d882746589ce75c75d | ||
|
||
PKG_MAINTAINER:=Toke Høiland-Jørgensen <[email protected]> | ||
PKG_LICENSE:=GPL-2.0-or-later | ||
|