File tree Expand file tree Collapse file tree 2 files changed +31
-7
lines changed
Expand file tree Collapse file tree 2 files changed +31
-7
lines changed Original file line number Diff line number Diff line change 11class VeracodeCli < Formula
22 desc "Command-line tool for testing application security with Veracode"
33 homepage "https://www.veracode.com"
4- version "2.34 .0"
4+ version "2.35 .0"
55 license "MIT"
66 if OS . mac?
77 if Hardware ::CPU . arm?
8- url "https://tools.veracode.com/veracode-cli/veracode-cli_2.34 .0_macosx_arm64.tar.gz"
9- sha256 "14d914dad805dd10a4e41080c377173b1f8c3caa9133bc67d2c30dcc4ba0a68b "
8+ url "https://tools.veracode.com/veracode-cli/veracode-cli_2.35 .0_macosx_arm64.tar.gz"
9+ sha256 "37641121f6f5043a1aa1314be18f14bf459b8adc4f3233977f25d25788b6a97f "
1010 elsif Hardware ::CPU . intel?
11- url "https://tools.veracode.com/veracode-cli/veracode-cli_2.34 .0_macosx_x86.tar.gz"
12- sha256 "a0cfa12f3c5feee20b5ccf41070a3155b5f9e8a7670ffe60cc7940901bb9afbe "
11+ url "https://tools.veracode.com/veracode-cli/veracode-cli_2.35 .0_macosx_x86.tar.gz"
12+ sha256 "de68651f6757ac96627d25f1e94b27045767206981b3ba07cea3dcb76235729b "
1313 end
1414 elsif OS . linux?
15- url "https://tools.veracode.com/veracode-cli/veracode-cli_2.34 .0_linux_x86.tar.gz"
16- sha256 "28e7d313e9b9820af85e817ea8a4469650f23ac735aa60b58c64094c55a3db73 "
15+ url "https://tools.veracode.com/veracode-cli/veracode-cli_2.35 .0_linux_x86.tar.gz"
16+ sha256 "c13b6a6bfea5c21269e0e057fe02cb55ad5b1a30efacf0ee95b9ea7e5a0761db "
1717 end
1818 def install
1919 bin . install "veracode"
Original file line number Diff line number Diff line change 1+ class VeracodeCliAT2340 < Formula
2+ desc "Command-line tool for testing application security with Veracode"
3+ homepage "https://www.veracode.com"
4+ version "2.34.0"
5+ license "MIT"
6+ if OS . mac?
7+ if Hardware ::CPU . arm?
8+ url "https://tools.veracode.com/veracode-cli/veracode-cli_2.34.0_macosx_arm64.tar.gz"
9+ sha256 "14d914dad805dd10a4e41080c377173b1f8c3caa9133bc67d2c30dcc4ba0a68b"
10+ elsif Hardware ::CPU . intel?
11+ url "https://tools.veracode.com/veracode-cli/veracode-cli_2.34.0_macosx_x86.tar.gz"
12+ sha256 "a0cfa12f3c5feee20b5ccf41070a3155b5f9e8a7670ffe60cc7940901bb9afbe"
13+ end
14+ elsif OS . linux?
15+ url "https://tools.veracode.com/veracode-cli/veracode-cli_2.34.0_linux_x86.tar.gz"
16+ sha256 "28e7d313e9b9820af85e817ea8a4469650f23ac735aa60b58c64094c55a3db73"
17+ end
18+ def install
19+ bin . install "veracode"
20+ end
21+ test do
22+ system "#{ bin } /veracode" , "version"
23+ end
24+ end
You can’t perform that action at this time.
0 commit comments