mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/frr: Updated for version 7.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
351a680451
commit
2c8861a03d
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=frr
|
||||
VERSION=${VERSION:-7.3}
|
||||
VERSION=${VERSION:-7.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="frr"
|
||||
VERSION="7.3"
|
||||
VERSION="7.3.1"
|
||||
HOMEPAGE="https://frrouting.org/"
|
||||
DOWNLOAD="https://github.com/FRRouting/frr/archive/frr-7.3/frr-frr-7.3.tar.gz"
|
||||
MD5SUM="5e4c3bc7146ad7988724f7543a46f93b"
|
||||
DOWNLOAD="https://github.com/FRRouting/frr/archive/frr-7.3.1/frr-frr-7.3.1.tar.gz"
|
||||
MD5SUM="87eeee8a5ca731054e0264d6a23c9940"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-xml-libxml c-ares ipaddr-py Sphinx rtrlib libyang"
|
||||
|
|
Loading…
Reference in a new issue