Skip to content

Commit

Permalink
DEN Agent version update - v2.37.6 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrise-infrabot and J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) authored Aug 8, 2024
1 parent 97bf85f commit 68befe8
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/bitrise-den-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@ class BitriseDenAgent < Formula
desc "CLI for Bitrise DEN agent"
homepage "https://github.com/bitrise-io/bitrise-den-agent"
url "https://github.com/bitrise-io/bitrise-den-agent.git",
tag: "v2.37.3",
revision: "aace89fff5e3699489643f852baebf639cb05a31"
tag: "v2.37.6",
revision: "beb84ff2e7dcab4351bca54d057486b7e14b686d"
license ""

on_macos do
if Hardware::CPU.arm?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.37.3/bitrise-den-agent-darwin-arm64.zip"
sha256 "cad4a96abcc586d68f98241c9658948d34f603bc71410cbe45832a8152baf4d0"
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.37.6/bitrise-den-agent-darwin-arm64.zip"
sha256 "68a7192e6bbcfaee540f052f49a279f11ad339a6b30eab92f0adc61e75b89b0d"
end
if Hardware::CPU.intel?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.37.3/bitrise-den-agent-darwin-amd64.zip"
sha256 "e24c0be929ae4c7fb26571621270b73b6ef891154bbb33d6435f266e1f1ddfb1"
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.37.6/bitrise-den-agent-darwin-amd64.zip"
sha256 "13f9896df67d0397ae1e0ba1818d1a31d33010ef39a48e8ca20b6ae16fad3ca3"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.37.3/bitrise-den-agent-linux-amd64.zip"
sha256 "2601159eb9d3a44ba57d9bd0729b67bcdb636f65dfbb713f381b5532e0cc166f"
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.37.6/bitrise-den-agent-linux-amd64.zip"
sha256 "da26386213d53e127e7a6e5d33ea7bba720fcf4217ecd9e3f7fd8c2fb6d33feb"
end
end

Expand Down
34 changes: 34 additions & 0 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
class BitriseDenAgentAT2376 < Formula
desc "CLI for Bitrise DEN agent"
homepage "https://github.com/bitrise-io/bitrise-den-agent"
url "https://github.com/bitrise-io/bitrise-den-agent.git",
tag: "v2.37.6",
revision: "beb84ff2e7dcab4351bca54d057486b7e14b686d"
license ""

on_macos do
if Hardware::CPU.arm?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.37.6/bitrise-den-agent-darwin-arm64.zip"
sha256 "68a7192e6bbcfaee540f052f49a279f11ad339a6b30eab92f0adc61e75b89b0d"
end
if Hardware::CPU.intel?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.37.6/bitrise-den-agent-darwin-amd64.zip"
sha256 "13f9896df67d0397ae1e0ba1818d1a31d33010ef39a48e8ca20b6ae16fad3ca3"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.37.6/bitrise-den-agent-linux-amd64.zip"
sha256 "da26386213d53e127e7a6e5d33ea7bba720fcf4217ecd9e3f7fd8c2fb6d33feb"
end
end

def install
bin.install "bitrise-den-agent"
end

test do
system "#{bin}/bitrise-den-agent"
end
end

0 comments on commit 68befe8

Please sign in to comment.