Skip to content

Commit

Permalink
DEN Agent version update - v2.38.24
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Doe (https://devcenter.bitrise.io/builds/setting-your-git-credentials-on-build-machines/) committed Sep 26, 2024
1 parent 1c4a0b8 commit 5aa1664
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.38.20",
revision: "e50d4b0b1d115d1b1c05c6653fb39953fad9e237"
tag: "v2.38.24",
revision: "06e4ea0a8898be7292282cc18760c51561444cc4"
license ""

on_macos do
if Hardware::CPU.arm?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.38.20/bitrise-den-agent-darwin-arm64.zip"
sha256 "339126ec48e414b6b91ee9c893444104b81190749112f5b1f9625711633987d7"
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.38.24/bitrise-den-agent-darwin-arm64.zip"
sha256 "9e2ae633d95a2b5a3565dec89125c1f3f6c5a17a1e4ec70e46601011153f52ae"
end
if Hardware::CPU.intel?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.38.20/bitrise-den-agent-darwin-amd64.zip"
sha256 "208defcaf77999f4dd0c93357673c2e089fdc64b79bddcad6f61611cc4a16af4"
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.38.24/bitrise-den-agent-darwin-amd64.zip"
sha256 "d3097819ad8e6ad29fbff66c9df8e9c1b9e4b0cfd8a6147733f53e51931797b4"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.38.20/bitrise-den-agent-linux-amd64.zip"
sha256 "ef18694c8237192ccaf5a0e9cfa3bafc27dcbbfbf0043df261797278571a251e"
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.38.24/bitrise-den-agent-linux-amd64.zip"
sha256 "f9972c9802461318d2da4a277d9a2584f0f8da645f4a3f309480cd6392b0f28a"
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 BitriseDenAgentAT23824 < 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.38.24",
revision: "06e4ea0a8898be7292282cc18760c51561444cc4"
license ""

on_macos do
if Hardware::CPU.arm?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.38.24/bitrise-den-agent-darwin-arm64.zip"
sha256 "9e2ae633d95a2b5a3565dec89125c1f3f6c5a17a1e4ec70e46601011153f52ae"
end
if Hardware::CPU.intel?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.38.24/bitrise-den-agent-darwin-amd64.zip"
sha256 "d3097819ad8e6ad29fbff66c9df8e9c1b9e4b0cfd8a6147733f53e51931797b4"
end
end

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

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

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

0 comments on commit 5aa1664

Please sign in to comment.