main/xtables-addons: upgrade to 3.6

This commit is contained in:
Leo 2019-11-24 18:38:34 +01:00
parent b25c41071b
commit 3e050af29d

View File

@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xtables-addons
pkgver=3.5
pkgver=3.6
pkgrel=0
pkgdesc="Netfilter userspace extensions for iptables"
url="http://xtables-addons.sourceforge.net/"
@ -12,7 +12,6 @@ source="https://downloads.sourceforge.net/xtables-addons/$pkgver/xtables-addons-
options="!check" # Package has no test suite
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@ -23,8 +22,7 @@ build() {
}
package() {
cd "$builddir"
make builddir= DESTDIR="$pkgdir" install
}
sha512sums="25f7d71558773f4eb9a21956b5e60f9243e9049d4cc169823d06c71970ea01e16fc6799b555e6b4e09008b5869647f3f22b9cb869f8c158d71ccb12f67ee46e8 xtables-addons-3.5.tar.xz"
sha512sums="f2d9e1dc1b23696132fa845f5767cabc6b39494d46587cfee77f7099bfba67f137712163f120496d33a9a38bbb1aeb418faac51125494952e69733006e563c67 xtables-addons-3.6.tar.xz"