mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
ipset: update to 7.11.
This commit is contained in:
parent
a3e840fa15
commit
9848d4e41a
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ipset'
|
# Template file for 'ipset'
|
||||||
pkgname=ipset
|
pkgname=ipset
|
||||||
version=7.10
|
version=7.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-kmod=no PKG_CONFIG=pkg-config"
|
configure_args="--with-kmod=no PKG_CONFIG=pkg-config"
|
||||||
|
@ -9,9 +9,10 @@ makedepends="libmnl-devel"
|
||||||
short_desc="Administration tool for IP sets"
|
short_desc="Administration tool for IP sets"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://ipset.netfilter.org/"
|
homepage="https://ipset.netfilter.org/"
|
||||||
distfiles="${homepage}${pkgname}-${version}.tar.bz2"
|
changelog="https://ipset.netfilter.org/changelog.html"
|
||||||
checksum=b24906ba43e2fe322bd41863476761d749a4bddf5ce4c2265ba04b03bc7e9cf6
|
distfiles="https://ipset.netfilter.org/ipset-${version}.tar.bz2"
|
||||||
|
checksum=3151baad30f1d9e317b2ab4f2f5aa7a9f7b4dc11fcf8fe73acd0dc0b5dbabf7d
|
||||||
|
|
||||||
libipset_package() {
|
libipset_package() {
|
||||||
short_desc+=" - library files"
|
short_desc+=" - library files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue