Skip to content

Commit

Permalink
bird2: Bump to v2.16
Browse files Browse the repository at this point in the history
Upstream release v2.16. Also change download URL to use https instead of
ftp.

Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
(cherry picked from commit 478626b)
  • Loading branch information
tohojo authored and PolynomialDivision committed Dec 16, 2024
1 parent e4f6400 commit b8b5eca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bird2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=bird2
PKG_VERSION:=2.15.1
PKG_RELEASE:=3
PKG_VERSION:=2.16
PKG_RELEASE:=1

PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird
PKG_HASH:=48e85c622de164756c132ea77ad1a8a95cc9fd0137ffd0d882746589ce75c75d
PKG_SOURCE_URL:=https://bird.network.cz/download/
PKG_HASH:=6629110293af6f1727967121d64f9c8dc94ed6181c4ef8b1dc51c7fdd669871c

PKG_MAINTAINER:=Toke Høiland-Jørgensen <[email protected]>
PKG_LICENSE:=GPL-2.0-or-later
Expand Down

0 comments on commit b8b5eca

Please sign in to comment.