babeld: update to 1.12.1.
add changelog add conflict with frr (/usr/bin/babeld)
This commit is contained in:
parent
18baf207f7
commit
fd822dc83b
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'babeld'
|
# Template file for 'babeld'
|
||||||
pkgname=babeld
|
pkgname=babeld
|
||||||
version=1.10
|
version=1.12.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=babeld-babeld-${version}
|
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Babel loop-avoiding distance-vector routing daemon"
|
short_desc="Babel loop-avoiding distance-vector routing daemon"
|
||||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://www.irif.fr/~jch/software/babel/"
|
homepage="https://www.irif.fr/~jch/software/babel/"
|
||||||
distfiles="https://github.com/jech/babeld/archive/babeld-${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/jech/babeld/master/CHANGES"
|
||||||
checksum=d44a0ca3cf67595e1ed67ca219c975c3c011c6046028be75df254715c4611d31
|
distfiles="https://www.irif.fr/~jch/software/files/babeld-${version}.tar.gz"
|
||||||
|
checksum=9ab59d7ac741f3630df23f9c3b67c60294d8b34ab622398f9b89773a878ecb1e
|
||||||
|
conflicts="frr"
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
echo ${version}-${revision} > version
|
echo ${version}-${revision} > version
|
||||||
|
|
Loading…
Reference in New Issue