diff options
Diffstat (limited to 'user/libnftnl/APKBUILD')
-rw-r--r-- | user/libnftnl/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/user/libnftnl/APKBUILD b/user/libnftnl/APKBUILD index 2456f0522..80bdb5e5b 100644 --- a/user/libnftnl/APKBUILD +++ b/user/libnftnl/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Contributor: Luis Ressel <aranea@aixah.de> -# Maintainer: Molly Miller <sysvinit@adelielinux.org> +# Maintainer: pkgname=libnftnl -pkgver=1.1.6 +pkgver=1.1.7 pkgrel=0 pkgdesc="Netfilter library providing interface to the nf_tables subsystem" url="https://netfilter.org/projects/libnftnl" @@ -33,5 +33,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="3de13cb667060f0942c8dd9e139ee8c7aff1854c544793774a827c01d06e432a4ce05d54846e1062aa620b5e54533da09daa9588467866c82c9119ef4cfbb57d libnftnl-1.1.6.tar.bz2 -" +sha512sums="80fd09147b1e2c1533cc2c8347d35137ff94f14118d5ba7bf3c1fbd0a226f6443560d5eca03273129e091b3442f820cd24455e72e917a8b7fedc8f3c9b6dc407 libnftnl-1.1.7.tar.bz2" |