git » nmap.git » commit 4eff889

upstream update

author Gaetan Bisson
2018-03-20 22:47:18 UTC
committer Gaetan Bisson
2018-03-20 22:47:18 UTC
parent 9ca57165f79ecc8de45987f6b0fb5c1aa5ec83f7

upstream update

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index fa77fcf..a9553ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Hugo Doria <hugo@archlinux.org>
 
 pkgname=nmap
-pkgver=7.60
+pkgver=7.70
 pkgrel=1
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
@@ -19,7 +19,7 @@ depends=('pcre' 'openssl' 'lua52')
 validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
 source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2"
         "https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc")
-sha256sums=('a8796ecc4fa6c38aad6139d9515dc8113023a82e9d787e5a5fb5fa1b05516f21'
+sha256sums=('847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18'
             'SKIP')
 
 build() {