summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Ellison2017-07-05 11:56:02 -0400
committerMatthew Ellison2017-07-05 11:56:02 -0400
commita118aeced51475c16e429e363cb30ccb6d322342 (patch)
treee976a94823fe9fe9a1413555733547e26575711d
parent8125d3a1a555e1b46f5badeeaef6443ecb55633a (diff)
downloadaur-a118aeced51475c16e429e363cb30ccb6d322342.tar.gz
Bump to v0.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 729f1f187e0c..6e3d5eec314a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-iptables
pkgdesc = Python bindings for iptables
- pkgver = 0.11.0
+ pkgver = 0.12.0
pkgrel = 1
url = https://github.com/ldx/python-iptables
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = python-iptables
depends = python
depends = iptables
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/p/python-iptables/python-iptables-0.11.0.tar.gz
- sha256sums = 55bdd0d8e3d0b4c27e4d61bf6f21ada1e19146c0adf65e5093e254a126abcce9
+ source = https://files.pythonhosted.org/packages/source/p/python-iptables/python-iptables-0.12.0.tar.gz
+ sha256sums = 9815fd5ba780fd14b5f8cf8a93e007c0e603019738813a806e37553cd72e4c33
pkgname = python-iptables
diff --git a/PKGBUILD b/PKGBUILD
index 74bd2c559abe..d8dca7c3bc94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ivan Cai <caizixian@users.noreply.github.com>
pkgname=python-iptables
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc='Python bindings for iptables'
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ replaces=()
backup=()
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('55bdd0d8e3d0b4c27e4d61bf6f21ada1e19146c0adf65e5093e254a126abcce9')
+sha256sums=('9815fd5ba780fd14b5f8cf8a93e007c0e603019738813a806e37553cd72e4c33')
check() {
cd "${srcdir}/${pkgname}-${pkgver}"