libdnet: update to 1.14.
This commit is contained in:
parent
e17f291d75
commit
dd703027ad
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'libdnet'
|
# Template file for 'libdnet'
|
||||||
pkgname=libdnet
|
pkgname=libdnet
|
||||||
version=1.12
|
version=1.14
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="libdnet-libdnet-${version}"
|
wrksrc="libdnet-libdnet-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool autoconf pkg-config"
|
hostmakedepends="automake libtool autoconf pkg-config"
|
||||||
short_desc="A portable interface to low level networking routines"
|
short_desc="Portable interface to low level networking routines"
|
||||||
maintainer="Carson Page <pagem.carson@gmail.com>"
|
maintainer="Carson Page <pagem.carson@gmail.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/dugsong/libdnet"
|
homepage="https://github.com/dugsong/libdnet"
|
||||||
distfiles="https://github.com/dugsong/libdnet/archive/libdnet-${version}.tar.gz"
|
distfiles="https://github.com/dugsong/libdnet/archive/libdnet-${version}.tar.gz"
|
||||||
checksum=b6360659c93fa2e3cde9e0a1fc9c07bc4111f3448c5de856e095eb98315dd424
|
checksum=592599c54a57102a177270f3a2caabda2c2ac7768b977d7458feba97da923dfe
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf -I config --force --install
|
autoreconf -I config --force --install
|
||||||
|
|
Loading…
Reference in a new issue