summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9b765e84c5a..bf1dd257f782 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Mar 13 10:16:51 UTC 2016
+# Tue Oct 11 16:57:26 UTC 2016
pkgbase = arno-iptables-firewall
pkgdesc = A secure stateful firewall for both single and multi-homed machine
- pkgver = 2.0.1f
+ pkgver = 2.0.1g
pkgrel = 1
- url = http://rocky.eld.leidenuniv.nl/joomla/
+ url = https://github.com/arno-iptables-firewall/aif/
arch = any
license = GPL
makedepends = patch
@@ -27,9 +27,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 = http://rocky.eld.leidenuniv.nl/arno-iptables-firewall/arno-iptables-firewall_2.0.1f.tar.gz
+ source = http://rocky.eld.leidenuniv.nl/arno-iptables-firewall/arno-iptables-firewall_2.0.1g.tar.gz
source = arno-iptables-firewall.patch
- sha256sums = 198848b8241b31f8498b43517af13879f55e00d17edfc6647ca48b43af2789a9
+ sha256sums = 0bafd85ddc235752250eaec0c7fdb21e530912483f6807a97f86158ed2d301f7
sha256sums = fbac95bced8565b00f5ff7b403579b1aaf7d386deb61c0f4a9acf50408a8200d
pkgname = arno-iptables-firewall
diff --git a/PKGBUILD b/PKGBUILD
index 6a62b6bf446a..087c4065fb0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
# Contributor: Arto Puranen <purcher@gmail.com>
pkgname=arno-iptables-firewall
-pkgver=2.0.1f
+pkgver=2.0.1g
pkgrel=1
pkgdesc="A secure stateful firewall for both single and multi-homed machine"
arch=('any')
-url="http://rocky.eld.leidenuniv.nl/joomla/"
+url="https://github.com/arno-iptables-firewall/aif/"
license=('GPL')
depends=('iptables' 'iproute2')
makedepends=('patch')
@@ -29,7 +29,7 @@ backup=(etc/${pkgname}/firewall.conf
etc/${pkgname}/plugins/transparent-proxy.conf)
source=(http://rocky.eld.leidenuniv.nl/$pkgname/${pkgname}_${pkgver}.tar.gz
${pkgname}.patch)
-sha256sums=('198848b8241b31f8498b43517af13879f55e00d17edfc6647ca48b43af2789a9'
+sha256sums=('0bafd85ddc235752250eaec0c7fdb21e530912483f6807a97f86158ed2d301f7'
'fbac95bced8565b00f5ff7b403579b1aaf7d386deb61c0f4a9acf50408a8200d')
package() {