Skip to content

Commit

Permalink
Brew formula update for saucectl version v0.175.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devx-sauce-bot committed Apr 2, 2024
1 parent 4df74e0 commit 2776b50
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/saucectl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
class Saucectl < Formula
desc "Test orchestration with Sauce Labs"
homepage "https://saucelabs.com/"
version "0.174.0"
version "0.175.0"

on_macos do
if Hardware::CPU.arm?
url "https://github.com/saucelabs/saucectl/releases/download/v0.174.0/saucectl_0.174.0_mac_arm64.tar.gz"
sha256 "03accc2edd14169a38bbb9ed18d2414091f91cca26177784f5dd2192eec1e599"
url "https://github.com/saucelabs/saucectl/releases/download/v0.175.0/saucectl_0.175.0_mac_arm64.tar.gz"
sha256 "c75e670b43370c453d655e0a11e249c226036eff8107108075de564e9aae6994"

def install
bin.install "saucectl"
end
end
if Hardware::CPU.intel?
url "https://github.com/saucelabs/saucectl/releases/download/v0.174.0/saucectl_0.174.0_mac_64-bit.tar.gz"
sha256 "8716610c17af56631113050c273db717979f47020a98e69a7d882752557f8021"
url "https://github.com/saucelabs/saucectl/releases/download/v0.175.0/saucectl_0.175.0_mac_64-bit.tar.gz"
sha256 "043a101efeaed9ee17f6f0557cceefcd6af7b3cfa82f8cdc5a2d1c1199b9b6d5"

def install
bin.install "saucectl"
Expand All @@ -28,16 +28,16 @@ def install

on_linux do
if Hardware::CPU.intel?
url "https://github.com/saucelabs/saucectl/releases/download/v0.174.0/saucectl_0.174.0_linux_64-bit.tar.gz"
sha256 "3893f061e55b89c69930fcef7fc081a81a5554ddbe142dbd18cc561ad465d1c6"
url "https://github.com/saucelabs/saucectl/releases/download/v0.175.0/saucectl_0.175.0_linux_64-bit.tar.gz"
sha256 "dea6ac164d1a47ec5a3fb6369f075d6fc5f763fd7052d91ffdab9147b18028ff"

def install
bin.install "saucectl"
end
end
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
url "https://github.com/saucelabs/saucectl/releases/download/v0.174.0/saucectl_0.174.0_linux_arm64.tar.gz"
sha256 "b687e1993ba67d4fa8fc3f2e134881a642ab076b5d076b16b6073685fbd14f71"
url "https://github.com/saucelabs/saucectl/releases/download/v0.175.0/saucectl_0.175.0_linux_arm64.tar.gz"
sha256 "2add0dbd88c1a6448e9183e654ad7aa01ea23a54c0022adc6fb7b3472bfdec27"

def install
bin.install "saucectl"
Expand Down

0 comments on commit 2776b50

Please sign in to comment.