mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
iprange: update to 1.0.4.
This commit is contained in:
parent
427c92c1de
commit
b2bd176991
1 changed files with 3 additions and 6 deletions
|
@ -1,19 +1,16 @@
|
||||||
# Template file for 'iprange'
|
# Template file for 'iprange'
|
||||||
pkgname=iprange
|
pkgname=iprange
|
||||||
version=1.0.3
|
version=1.0.4
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-man"
|
configure_args="--disable-man"
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
short_desc="Manage ip ranges"
|
short_desc="Manage IP ranges"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/firehol/iprange/"
|
homepage="https://github.com/firehol/iprange/"
|
||||||
distfiles="https://github.com/firehol/iprange/archive/v${version}.tar.gz"
|
distfiles="https://github.com/firehol/iprange/archive/v${version}.tar.gz"
|
||||||
checksum=8e05f926d973748e26bb96d8365a9de9db85d279317319f28cd2907e9066b20a
|
checksum=17732630a014d233807a20a4abbd7cdf2a930c92fcc1b4e5ca2a55e9c0ea4973
|
||||||
# When run ./configure --disable-man using plataform *-musl
|
|
||||||
#occours error explained in link
|
|
||||||
# https://travis-ci.org/voidlinux/void-packages/builds/169090807
|
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue