frr: update to 7.5
This commit is contained in:
parent
9165525258
commit
c585fbe522
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'frr'
|
||||
pkgname=frr
|
||||
version=7.4
|
||||
revision=2
|
||||
version=7.5
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
# chroot-texinfo is not able to build frr's docs
|
||||
|
@ -16,12 +16,13 @@ hostmakedepends="pkg-config flex bison autoconf automake libtool
|
|||
python3 python3-Sphinx python3-devel libyang-tools"
|
||||
makedepends="pcre-devel libcap-devel json-c-devel pam-devel c-ares-devel
|
||||
readline-devel python3-devel libyang-devel"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="IP routing protocol suite"
|
||||
maintainer="Cameron Nemo <cnemo@tutanota.com>"
|
||||
license="GPL-2.0-or-later, LGPL-2.1-or-later"
|
||||
homepage="https://frrouting.org"
|
||||
distfiles="https://github.com/FRRouting/frr/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=3c8204fda1c9b178d8446562579bbbc49d134b98f3ad02aa56f68724a2f9e40a
|
||||
checksum=54066e82a82751ec5876d9b67aa0cb24fe94e19e7371af290ac25099eda9f136
|
||||
python_version=3
|
||||
system_groups="_frrvty"
|
||||
system_accounts="_frr"
|
||||
|
|
Loading…
Reference in a new issue