summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2020-09-20 18:10:09 +0200
committerJaroslav Lichtblau2020-09-20 18:10:09 +0200
commit0888023925507c2e7a553facdf8f98b4ca84a70d (patch)
tree4f9f836e497ffadf62e6742d005e3902d3af2de9
parentb425bbfc09f8a32069546e6281ffe316da9ce802 (diff)
downloadaur-0888023925507c2e7a553facdf8f98b4ca84a70d.tar.gz
arno-iptables-firewall-2.1.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55161b381ffc..b3e3f89ee560 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arno-iptables-firewall
pkgdesc = A secure stateful firewall for both single and multi-homed machine
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/arno-iptables-firewall/aif/
arch = any
@@ -31,9 +31,9 @@ pkgbase = arno-iptables-firewall
backup = etc/arno-iptables-firewall/plugins/traffic-shaper.conf
backup = etc/arno-iptables-firewall/plugins/transparent-dnat.conf
backup = etc/arno-iptables-firewall/plugins/transparent-proxy.conf
- source = arno-iptables-firewall-2.1.0.tar.gz::https://github.com/arno-iptables-firewall/aif/archive/2.1.0.tar.gz
+ source = arno-iptables-firewall-2.1.1.tar.gz::https://github.com/arno-iptables-firewall/aif/archive/2.1.1.tar.gz
source = arno-iptables-firewall.patch
- sha256sums = 78b9888c07cd1b62118dff06b2fdf81ae3af9820ad9699f4537c016fd277736c
+ sha256sums = 6f5ae0e671b8ded8eb80efa48d4d0aa50324acde6ffdc4b3d34c7f8cc4fce598
sha256sums = fbac95bced8565b00f5ff7b403579b1aaf7d386deb61c0f4a9acf50408a8200d
pkgname = arno-iptables-firewall
diff --git a/PKGBUILD b/PKGBUILD
index 16a754b299d7..b2e31e23a344 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Arto Puranen <purcher@gmail.com>
pkgname=arno-iptables-firewall
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="A secure stateful firewall for both single and multi-homed machine"
arch=('any')
@@ -35,7 +35,7 @@ backup=(etc/${pkgname}/firewall.conf
etc/${pkgname}/plugins/transparent-proxy.conf)
source=($pkgname-$pkgver.tar.gz::https://github.com/arno-iptables-firewall/aif/archive/${pkgver}.tar.gz
$pkgname.patch)
-sha256sums=('78b9888c07cd1b62118dff06b2fdf81ae3af9820ad9699f4537c016fd277736c'
+sha256sums=('6f5ae0e671b8ded8eb80efa48d4d0aa50324acde6ffdc4b3d34c7f8cc4fce598'
'fbac95bced8565b00f5ff7b403579b1aaf7d386deb61c0f4a9acf50408a8200d')
prepare() {