summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef75d6432001..55161b381ffc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Jul 2 21:36:48 UTC 2018
pkgbase = arno-iptables-firewall
pkgdesc = A secure stateful firewall for both single and multi-homed machine
- pkgver = 2.0.3
+ pkgver = 2.1.0
pkgrel = 1
url = https://github.com/arno-iptables-firewall/aif/
arch = any
@@ -33,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.0.3.tar.gz::https://github.com/arno-iptables-firewall/aif/archive/2.0.3.tar.gz
+ 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.patch
- sha256sums = e2c4fb88a25f0cae8308a3b2bb922b5e2f52f24d8309b24e15a527a6b326e703
+ sha256sums = 78b9888c07cd1b62118dff06b2fdf81ae3af9820ad9699f4537c016fd277736c
sha256sums = fbac95bced8565b00f5ff7b403579b1aaf7d386deb61c0f4a9acf50408a8200d
pkgname = arno-iptables-firewall
diff --git a/PKGBUILD b/PKGBUILD
index d0134ef3a511..16a754b299d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Arto Puranen <purcher@gmail.com>
pkgname=arno-iptables-firewall
-pkgver=2.0.3
+pkgver=2.1.0
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=('e2c4fb88a25f0cae8308a3b2bb922b5e2f52f24d8309b24e15a527a6b326e703'
+sha256sums=('78b9888c07cd1b62118dff06b2fdf81ae3af9820ad9699f4537c016fd277736c'
'fbac95bced8565b00f5ff7b403579b1aaf7d386deb61c0f4a9acf50408a8200d')
prepare() {