summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Wilhelm2019-04-05 23:24:33 +0200
committerDaniel Wilhelm2019-04-05 23:24:33 +0200
commite92dde470eea26e86f5f69748d1a640350cf8837 (patch)
treea9e4926714774a1dd81ff608ddbca5702302fb8d
parent5ef3b9b20fc561c5db54cc5d771c738343be6285 (diff)
downloadaur-e92dde470eea26e86f5f69748d1a640350cf8837.tar.gz
upgrade to version 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1af7c3c9be3..ab0ff0275525 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-iptools
pkgdesc = Collection of utilities for dealing with IP addresses
- pkgver = 0.6.1
+ pkgver = 0.7.0
pkgrel = 1
url = http://python-iptools.readthedocs.org/
arch = any
@@ -8,9 +8,9 @@ pkgbase = python-iptools
makedepends = python-setuptools
makedepends = python2-setuptools
source = LICENSE
- source = https://github.com/bd808/python-iptools/archive/v0.6.1.tar.gz
+ source = https://github.com/bd808/python-iptools/archive/v0.7.0.tar.gz
sha256sums = c85e8d34884219ec4ac360f28983b015953ec34b1c6d91e6afbb8b421626ea9e
- sha256sums = 77513ec4982a807ef636b1b847d3f6ebe69e2e56faf6cb5d425106be9a24d02c
+ sha256sums = 5ea59c0867e72d8243305ff1297fc5b2d8feaca650369a29985453ce4f39ca97
pkgname = python-iptools
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index d2be8bc6f542..adf73593d75f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-iptools
pkgname=(python-iptools python2-iptools)
-pkgver=0.6.1
+pkgver=0.7.0
pkgrel=1
pkgdesc="Collection of utilities for dealing with IP addresses"
url="http://python-iptools.readthedocs.org/"
@@ -17,7 +17,7 @@ source=(
"https://github.com/bd808/$pkgbase/archive/v$pkgver.tar.gz"
)
sha256sums=('c85e8d34884219ec4ac360f28983b015953ec34b1c6d91e6afbb8b421626ea9e'
- '77513ec4982a807ef636b1b847d3f6ebe69e2e56faf6cb5d425106be9a24d02c')
+ '5ea59c0867e72d8243305ff1297fc5b2d8feaca650369a29985453ce4f39ca97')
package_python-iptools() {
depends=('python')