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

Levente Polyak anthraxx at archlinux.org
Sun Sep 27 09:46:59 UTC 2020


    Date: Sunday, September 27, 2020 @ 09:46:58
  Author: anthraxx
Revision: 712582

upgpkg: sqlmap 1.4.9-1: also add perl to optdepends

Modified:
  sqlmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 09:20:19 UTC (rev 712581)
+++ PKGBUILD	2020-09-27 09:46:58 UTC (rev 712582)
@@ -3,7 +3,7 @@
 # Contributor: fxbru <frxbru[at]gmail>
 
 pkgname=sqlmap
-pkgver=1.4.8
+pkgver=1.4.9
 pkgrel=1
 pkgdesc='Automatic SQL injection and database takeover tool'
 url='http://sqlmap.org'
@@ -10,10 +10,11 @@
 arch=('any')
 license=('GPL2')
 depends=('python' 'sh')
+optdepends=('perl: icmpsh extra tool')
 backup=('etc/sqlmap.conf')
 source=(https://github.com/sqlmapproject/sqlmap/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('43e52c1331857d63df469892b24b1e47158951bf0a7a0b9c9b0917571abeac6e56ea09e9c2fd52f98397ff5b68481e3ffa8a8aa53f0d82187065639f2cccacd2')
-b2sums=('e60c4656a7a18af979bd4b10cb534448265ac096a953faa26441a55a2181b48a2c8c9564b36fdb86cc60abadbbf75169d69a918d1b1b668d43cb45dd49ba7977')
+sha512sums=('e40e06cd4065a8f5f57336c0bc0226674a9be136efb6cbc19f2c1bcc386e87ce2583ebcf3a718dcfaf88a8448a7add9eca37a3bc4c5d2699b58af8d33bca9bee')
+b2sums=('1cd7beb116c7c2720935aad42695e41658d9cea203e12eae85771dd2b6a1c81e7013e0b59908203715e17af73c5101f6d5c02eb92c22349bf1b94f78350ed5ae')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list