Skip to content

Commit

Permalink
DEN Agent version update - v2.46.2
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 Jan 27, 2025
1 parent fe884df commit c99b823
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.45.4",
revision: "f76268085f5c6eeb219d8da40bcb697c58ac16d3"
tag: "v2.46.2",
revision: "5bcc40445858044ffceb57f77903ece9b1879b74"
license ""

on_macos do
if Hardware::CPU.arm?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.45.4/bitrise-den-agent-darwin-arm64.zip"
sha256 "c9a24ab26d6b1e5dc6ce83db494d58a1d563405ce8a7b10bcd46f95f9a4c0a84"
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.46.2/bitrise-den-agent-darwin-arm64.zip"
sha256 "3e15648c16704b3bd0ecda8ea4a470e12b01fd015533671a3022bfa69fa500dc"
end
if Hardware::CPU.intel?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.45.4/bitrise-den-agent-darwin-amd64.zip"
sha256 "1730f4945cf7e6929c56ec21dcc5be831584ea94734cf73a0e81c637801c7cd4"
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.46.2/bitrise-den-agent-darwin-amd64.zip"
sha256 "6e67d7601849c2ea2970ada0935c6874a71843b6f98f8c5b0d0da872a8091173"
end
end

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

Expand Down
34 changes: 34 additions & 0 deletions Formula/bitrise-den-agent@2.46.2.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
class BitriseDenAgentAT2462 < 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.46.2",
revision: "5bcc40445858044ffceb57f77903ece9b1879b74"
license ""

on_macos do
if Hardware::CPU.arm?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.46.2/bitrise-den-agent-darwin-arm64.zip"
sha256 "3e15648c16704b3bd0ecda8ea4a470e12b01fd015533671a3022bfa69fa500dc"
end
if Hardware::CPU.intel?
url "https://github.com/bitrise-io/bitrise-den-agent/releases/download/v2.46.2/bitrise-den-agent-darwin-amd64.zip"
sha256 "6e67d7601849c2ea2970ada0935c6874a71843b6f98f8c5b0d0da872a8091173"
end
end

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

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

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

0 comments on commit c99b823

Please sign in to comment.