Skip to content

Commit 18a2b21

Browse files
Merge pull request #69 from veracode/veracode-cli-release-2.42.0
Update formula for veracode-cli version 2.42.0
2 parents 6fb4a27 + 6b5e9e1 commit 18a2b21

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Formula/veracode-cli.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class VeracodeCli < Formula
22
desc "Command-line tool for testing application security with Veracode"
33
homepage "https://www.veracode.com"
4-
version "2.41.0"
4+
version "2.42.0"
55
license "MIT"
66
if OS.mac?
77
if Hardware::CPU.arm?
8-
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.41.0_macosx_arm64.tar.gz"
9-
sha256 "5e127c9becbd4ef9f66b0a253384bbab5c7dcd5099c9557fae1165e75e979708"
8+
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.42.0_macosx_arm64.tar.gz"
9+
sha256 "be943b46eb1fa5dbb34bf3729374ac6ba5e792cdd418d34f0714f2b36233cad3"
1010
elsif Hardware::CPU.intel?
11-
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.41.0_macosx_x86.tar.gz"
12-
sha256 "e56109c7c5e7ba1f93b93308c70e4378a359b18fcb6d2bb1ce6bf5812ba2eb90"
11+
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.42.0_macosx_x86.tar.gz"
12+
sha256 "e156689e61f0fd0d39e221cdde93e6b2e3e46084d20fb9e80ca4681629b4d696"
1313
end
1414
elsif OS.linux?
15-
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.41.0_linux_x86.tar.gz"
16-
sha256 "00db93689c7dc0bd2fa24d045d05f3acb91f5b6d3dc4058560846b846d57619e"
15+
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.42.0_linux_x86.tar.gz"
16+
sha256 "79d02702a81b34ef4d711f41a0ffe976f0a9a2034223b2dc185f2efe1141e2f0"
1717
end
1818
def install
1919
bin.install "veracode"
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
class VeracodeCliAT2380 < Formula
1+
class VeracodeCliAT2410 < Formula
22
desc "Command-line tool for testing application security with Veracode"
33
homepage "https://www.veracode.com"
4-
version "2.38.0"
4+
version "2.41.0"
55
license "MIT"
66
if OS.mac?
77
if Hardware::CPU.arm?
8-
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.38.0_macosx_arm64.tar.gz"
9-
sha256 "b49a468c6dbd10ae150a07a1680427c974dd38d50e853b2bdb9e0710643552f4"
8+
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.41.0_macosx_arm64.tar.gz"
9+
sha256 "5e127c9becbd4ef9f66b0a253384bbab5c7dcd5099c9557fae1165e75e979708"
1010
elsif Hardware::CPU.intel?
11-
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.38.0_macosx_x86.tar.gz"
12-
sha256 "d58cbd9c8b7d62a1d56d9839e7c9704230b33068fdd8620bbada7b4ae8b77dbd"
11+
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.41.0_macosx_x86.tar.gz"
12+
sha256 "e56109c7c5e7ba1f93b93308c70e4378a359b18fcb6d2bb1ce6bf5812ba2eb90"
1313
end
1414
elsif OS.linux?
15-
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.38.0_linux_x86.tar.gz"
16-
sha256 "4bc3a7c333fd8d1cff67003294cf1e63f6ac7d2b0f60c122e2ac304a78ae77de"
15+
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.41.0_linux_x86.tar.gz"
16+
sha256 "00db93689c7dc0bd2fa24d045d05f3acb91f5b6d3dc4058560846b846d57619e"
1717
end
1818
def install
1919
bin.install "veracode"

0 commit comments

Comments
 (0)