Commit 0f102a9e authored by Casey Strouse's avatar Casey Strouse Committed by GitHub

Update sqlmap from 1.2 to 1.4.2 (#3861)

parent b2f85998
...@@ -3,21 +3,13 @@ require 'package' ...@@ -3,21 +3,13 @@ require 'package'
class Sqlmap < Package class Sqlmap < Package
description 'sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.' description 'sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.'
homepage 'http://sqlmap.org/' homepage 'http://sqlmap.org/'
version '1.2' version '1.4.2'
source_url 'https://github.com/sqlmapproject/sqlmap/archive/1.2.tar.gz' source_url 'https://github.com/sqlmapproject/sqlmap/archive/1.4.2.tar.gz'
source_sha256 '39e0ef58365a5a0413d88dfcc0d1c210b465661cb97c8e5b42c1feba791d2453' source_sha256 '77faf85164eb17dce769ec830cbd146768644315bc1024613ad13155e09c2d11'
binary_url ({ binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/sqlmap-1.2-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/sqlmap-1.2-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/sqlmap-1.2-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/sqlmap-1.2-chromeos-x86_64.tar.xz',
}) })
binary_sha256 ({ binary_sha256 ({
aarch64: '973af18d7883218b102c9f2d0c87b9a393951eb7a0935ce2de495221311b8c57',
armv7l: '973af18d7883218b102c9f2d0c87b9a393951eb7a0935ce2de495221311b8c57',
i686: 'b924ba5594a1b6c35a023446499c4b4775d17baacbbdab990a34f58da50817d1',
x86_64: 'a4bf8317eb465acdf4bc743d6fddc838b16de909144cfa5706f6fbc45d942e7e',
}) })
depends_on 'python27' unless File.exists? "#{CREW_PREFIX}/bin/python" depends_on 'python27' unless File.exists? "#{CREW_PREFIX}/bin/python"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment