Skip to content

Commit

Permalink
Bump to ABQ 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazhafiz committed Jan 16, 2024
1 parent c2d6530 commit 1c62446
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/abq-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
matrix:
include:
- name: abq
version: "1.7.1"
version: "1.7.3"
- name: abq@1
version: "1.7.1"
version: "1.7.3"
steps:
- uses: actions/checkout@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions Formula/abq.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
class Abq < Formula
desc "ABQ is the most efficient parallel test runner due to its queue-based distribution"
homepage "https://www.rwx.com/abq"
version "1.7.1"
version "1.7.3"

if OS.mac? && Hardware::CPU.intel?
url "https://cloud.rwx.com/abq/api/downloads/#{version}?os=darwin&arch=x86-64", user_agent: :fake
sha256 "5386947f49db857252a1a1dc6cfd0dd12a1a2826f3d79dfb68121c5af202f786"
sha256 "544d303b33f53ffcf0552dd71f6c01d5a681dbb2bcd62ddccf490f7391bc4c26"
end

if OS.mac? && Hardware::CPU.arm?
url "https://cloud.rwx.com/abq/api/downloads/#{version}?os=darwin&arch=aarch64", user_agent: :fake
sha256 "5163cefa68b462186bd001707bb84f79b87461502dfa4b67b2dad4f018cab983"
sha256 "bd777ff0f6d4356a7618eb0f01283da54da24a62d6c466d0c4935d3334a016f4"
end

def install
Expand Down
6 changes: 3 additions & 3 deletions Formula/[email protected]
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
class AbqAT1 < Formula
desc "ABQ is the most efficient parallel test runner due to its queue-based distribution"
homepage "https://www.rwx.com/abq"
version "1.7.1"
version "1.7.3"

if OS.mac? && Hardware::CPU.intel?
url "https://cloud.rwx.com/abq/api/downloads/#{version}?os=darwin&arch=x86-64", user_agent: :fake
sha256 "5386947f49db857252a1a1dc6cfd0dd12a1a2826f3d79dfb68121c5af202f786"
sha256 "544d303b33f53ffcf0552dd71f6c01d5a681dbb2bcd62ddccf490f7391bc4c26"
end

if OS.mac? && Hardware::CPU.arm?
url "https://cloud.rwx.com/abq/api/downloads/#{version}?os=darwin&arch=aarch64", user_agent: :fake
sha256 "5163cefa68b462186bd001707bb84f79b87461502dfa4b67b2dad4f018cab983"
sha256 "bd777ff0f6d4356a7618eb0f01283da54da24a62d6c466d0c4935d3334a016f4"
end

def install
Expand Down

0 comments on commit 1c62446

Please sign in to comment.