@@ -3,18 +3,18 @@ class Sqlmap < Formula
33
44 desc "Penetration testing for SQL injection and database servers"
55 homepage "https://sqlmap.org"
6- url "https://github.com/sqlmapproject/sqlmap/archive/refs/tags/1.8.11 .tar.gz"
7- sha256 "e52ee3a3c1892745176f936fc16a7f761d690739afa4b7b01c64e9144849cbd9 "
6+ url "https://github.com/sqlmapproject/sqlmap/archive/refs/tags/1.8.12 .tar.gz"
7+ sha256 "3917a2a73a66dcaff76be5933e132d55e0e32f8a2b1690b9cf53eb413fd433f5 "
88 license "GPL-2.0-or-later"
99 head "https://github.com/sqlmapproject/sqlmap.git" , branch : "master"
1010
1111 bottle do
12- sha256 cellar : :any_skip_relocation , arm64_sequoia : "edd9e5f42592cf45e4015b7cb01c8d037d1a7d0587dd89caae95ce71c6cc0502 "
13- sha256 cellar : :any_skip_relocation , arm64_sonoma : "edd9e5f42592cf45e4015b7cb01c8d037d1a7d0587dd89caae95ce71c6cc0502 "
14- sha256 cellar : :any_skip_relocation , arm64_ventura : "edd9e5f42592cf45e4015b7cb01c8d037d1a7d0587dd89caae95ce71c6cc0502 "
15- sha256 cellar : :any_skip_relocation , sonoma : "be89b153d6ae2e1f91ba453a630235de9cbe37f44e53c0f70bcd638ef983f980 "
16- sha256 cellar : :any_skip_relocation , ventura : "be89b153d6ae2e1f91ba453a630235de9cbe37f44e53c0f70bcd638ef983f980 "
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "a9ac3eb74c8d5ab50ff9d671834b5d71956ba3845890aed11e017d8459836d00 "
12+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "68dd79394ca2e3a447beb619bfe8ed77f374a59cfa57f41fb399028b9aa45270 "
13+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "68dd79394ca2e3a447beb619bfe8ed77f374a59cfa57f41fb399028b9aa45270 "
14+ sha256 cellar : :any_skip_relocation , arm64_ventura : "68dd79394ca2e3a447beb619bfe8ed77f374a59cfa57f41fb399028b9aa45270 "
15+ sha256 cellar : :any_skip_relocation , sonoma : "0aa1d780269e0c5b29ab952c0211caa5ed80792e665f0e532071238f77b258ab "
16+ sha256 cellar : :any_skip_relocation , ventura : "0aa1d780269e0c5b29ab952c0211caa5ed80792e665f0e532071238f77b258ab "
17+ sha256 cellar : :any_skip_relocation , x86_64_linux : "87914cae7214d403699724f8943e05176ff14b564ad984115cc2a555974ea183 "
1818 end
1919
2020@@ -49,6 +49,6 @@ def install
4949 select = "select name, age from students order by age asc;"
5050 args = %W[ --batch -d sqlite://school.sqlite --sql-query "#{ select } " ]
5151 output = shell_output ( "#{ bin } /sqlmap #{ args . join ( " " ) } " )
52- data . each_slice ( 2 ) { |n , a | assert_match "#{ n } , #{ a } " , output }
52+ data . each_slice ( 2 ) { |n , a | assert_match "#{ n } ,#{ a } " , output }
5353 end
5454end
0 commit comments