Skip to content

Commit

Permalink
Merge pull request #61 from veracode/veracode-cli-release-2.37.0
Browse files Browse the repository at this point in the history
Update formula for veracode-cli version 2.37.0
  • Loading branch information
shahid-veracode authored Jan 13, 2025
2 parents 8d862ce + 10b7769 commit 5457bc4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions Formula/veracode-cli.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class VeracodeCli < Formula
desc "Command-line tool for testing application security with Veracode"
homepage "https://www.veracode.com"
version "2.36.0"
version "2.37.0"
license "MIT"
if OS.mac?
if Hardware::CPU.arm?
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.36.0_macosx_arm64.tar.gz"
sha256 "d4c821c1a1d6eaa09ff78fc80c9108062de29cead5ff31cd22bb3a980718ebc4"
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.37.0_macosx_arm64.tar.gz"
sha256 "c0ee8ceb476528dab081917d4b1b12d5f208b7288ca842b250dd2f65a6168ee5"
elsif Hardware::CPU.intel?
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.36.0_macosx_x86.tar.gz"
sha256 "2f72365ddb1956d6a62d404c8a065605304e666d2831fc31567d59bade375740"
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.37.0_macosx_x86.tar.gz"
sha256 "4e730ae521b4c3dd64e21578bf94703da036628908ab9b26b297238063e6d7bf"
end
elsif OS.linux?
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.36.0_linux_x86.tar.gz"
sha256 "28c17caa672722fec04a27d2123b4c51702a1b74619a7e8f4102c6605ddd2cc9"
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.37.0_linux_x86.tar.gz"
sha256 "db3b6902c481a1f8e9ffcae5e515307fb3b0fac538f84bcbca23d6086c71e8f4"
end
def install
bin.install "veracode"
Expand Down
16 changes: 8 additions & 8 deletions Formula/[email protected] → Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class VeracodeCliAT2320 < Formula
class VeracodeCliAT2360 < Formula
desc "Command-line tool for testing application security with Veracode"
homepage "https://www.veracode.com"
version "2.32.0"
version "2.36.0"
license "MIT"
if OS.mac?
if Hardware::CPU.arm?
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.32.0_macosx_arm64.tar.gz"
sha256 "8b30dac038b0013ef7e61897027d77dbaed89724655b463e0e3f7dda224e16a1"
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.36.0_macosx_arm64.tar.gz"
sha256 "d4c821c1a1d6eaa09ff78fc80c9108062de29cead5ff31cd22bb3a980718ebc4"
elsif Hardware::CPU.intel?
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.32.0_macosx_x86.tar.gz"
sha256 "916c914c0f2863ad11eeed1b5879246e040790f48e433abf45ff8752d7b1978a"
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.36.0_macosx_x86.tar.gz"
sha256 "2f72365ddb1956d6a62d404c8a065605304e666d2831fc31567d59bade375740"
end
elsif OS.linux?
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.32.0_linux_x86.tar.gz"
sha256 "3474576376ba4ef422656d4c23a634a1b30f5e596fca6e6fe6683811b468c934"
url "https://tools.veracode.com/veracode-cli/veracode-cli_2.36.0_linux_x86.tar.gz"
sha256 "28c17caa672722fec04a27d2123b4c51702a1b74619a7e8f4102c6605ddd2cc9"
end
def install
bin.install "veracode"
Expand Down

0 comments on commit 5457bc4

Please sign in to comment.