[arch-commits] Commit in sqlmap/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Apr 9 18:23:43 UTC 2019


    Date: Tuesday, April 9, 2019 @ 18:23:43
  Author: anthraxx
Revision: 450663

upgpkg: sqlmap 1.3.4-1

Modified:
  sqlmap/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-09 18:03:45 UTC (rev 450662)
+++ PKGBUILD	2019-04-09 18:23:43 UTC (rev 450663)
@@ -3,7 +3,7 @@
 # Contributor: fxbru <frxbru[at]gmail>
 
 pkgname=sqlmap
-pkgver=1.3.3
+pkgver=1.3.4
 pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
@@ -11,9 +11,9 @@
 license=('GPL2')
 depends=('python2' 'sh')
 backup=('etc/sqlmap.conf')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sqlmapproject/sqlmap/archive/${pkgver}.tar.gz)
-sha256sums=('78ff33df51d1deb726458b310e303df5105121ed733d7ee7cf865c6c835dbb18')
-sha512sums=('eeeec17b1615f52f45c58c240ea9000033270b4c1515ac61637f913c48b611f210370ab08e585a714d8abaa93e5a9f9f4555b2a16b74250b5937ccff79cfa7d1')
+source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('7174148df741c7bf30bd090b71781b0f77d5d349c7bbb3c6cdf8e964111c0a0b')
+sha512sums=('0a0206bd69100c913747eb64e351fe9db739bbe2a08d6a3008c8e1ee7efb28cf610b3b880315e8e58f813332138d2083bebc6447814d6f40bde29f35ce293cc4')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list