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'
|
||||
pkgname=ipset
|
||||
version=7.10
|
||||
version=7.11
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-kmod=no PKG_CONFIG=pkg-config"
|
||||
|
@ -9,9 +9,10 @@ makedepends="libmnl-devel"
|
|||
short_desc="Administration tool for IP sets"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://ipset.netfilter.org/"
|
||||
distfiles="${homepage}${pkgname}-${version}.tar.bz2"
|
||||
checksum=b24906ba43e2fe322bd41863476761d749a4bddf5ce4c2265ba04b03bc7e9cf6
|
||||
homepage="https://ipset.netfilter.org/"
|
||||
changelog="https://ipset.netfilter.org/changelog.html"
|
||||
distfiles="https://ipset.netfilter.org/ipset-${version}.tar.bz2"
|
||||
checksum=3151baad30f1d9e317b2ab4f2f5aa7a9f7b4dc11fcf8fe73acd0dc0b5dbabf7d
|
||||
|
||||
libipset_package() {
|
||||
short_desc+=" - library files"
|
||||
|
|
Loading…
Reference in a new issue