summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6615e92fe73f..a093a43cd372 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-libnmap
pkgdesc = Python NMAP library enabling you to start async nmap tasks, parse and compare/diff scan results. Python 3 version from PyPi
- pkgver = 0.7.0
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/savon-noir/python-libnmap
arch = any
@@ -9,8 +9,8 @@ pkgbase = python-libnmap
optdepends = python-sqlalchemy
optdepends = python-pymongo
optdepends = python-boto
- source = https://files.pythonhosted.org/packages/source/p/python-libnmap/python-libnmap-0.7.0.tar.gz
- sha256sums = 9d14919142395aaca952e129398f0c7371c0f0a034c63de6dad99cd7050177ad
+ source = https://files.pythonhosted.org/packages/source/p/python-libnmap/python-libnmap-0.7.2.tar.gz
+ sha256sums = 73309abebc49881adc312b85d7169bb567ac259948d2b1ce7b962e21bc5f98ea
pkgname = python-libnmap
diff --git a/PKGBUILD b/PKGBUILD
index ed742e5c7313..ade79b110e2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-libnmap
-pkgver=0.7.0
+pkgver=0.7.2
pkgrel=1
pkgdesc="Python NMAP library enabling you to start async nmap tasks, parse and compare/diff scan results. Python 3 version from PyPi"
arch=('any')
@@ -8,7 +8,7 @@ license=('CCPL')
depends=('python')
optdepends=('python-sqlalchemy' 'python-pymongo' 'python-boto')
source=("https://files.pythonhosted.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9d14919142395aaca952e129398f0c7371c0f0a034c63de6dad99cd7050177ad')
+sha256sums=('73309abebc49881adc312b85d7169bb567ac259948d2b1ce7b962e21bc5f98ea')
build() {
cd "$srcdir/$pkgname-$pkgver"