Skip to content

Commit

Permalink
Update ABQ to 1.6.3 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazhafiz authored Oct 20, 2023
1 parent d06b035 commit 8b3bdf4
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.6.2"
version: "1.6.3"
- name: abq@1
version: "1.6.2"
version: "1.6.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 "Always Be Queueing - Run your tests in parallel"
homepage "https://abq.build"
version "1.6.2"
version "1.6.3"

if OS.mac? && Hardware::CPU.intel?
url "https://abq.build/api/downloads/#{version}?os=darwin&arch=x86-64", user_agent: :fake
sha256 "a21e0247aecd6b47f86505b60fbf13c57532573e804463662f327a788df3d83e"
sha256 "e1618b74a15340ba0503ed83b592ef6da8e2b6d39231baabb1507ad95370578c"
end

if OS.mac? && Hardware::CPU.arm?
url "https://abq.build/api/downloads/#{version}?os=darwin&arch=aarch64", user_agent: :fake
sha256 "9dab92e2151d086f21e952a7d1690034cc032daa15e23f4346ff8673462beb3d"
sha256 "9bf2086f087c93e94461c12711f52bb0eb316df693367d91169aac4b5a707802"
end

def install
Expand Down
6 changes: 3 additions & 3 deletions Formula/abq@1.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
class AbqAT1 < Formula
desc "Always Be Queueing - Run your tests in parallel"
homepage "https://abq.build"
version "1.6.2"
version "1.6.3"

if OS.mac? && Hardware::CPU.intel?
url "https://abq.build/api/downloads/#{version}?os=darwin&arch=x86-64", user_agent: :fake
sha256 "a21e0247aecd6b47f86505b60fbf13c57532573e804463662f327a788df3d83e"
sha256 "e1618b74a15340ba0503ed83b592ef6da8e2b6d39231baabb1507ad95370578c"
end

if OS.mac? && Hardware::CPU.arm?
url "https://abq.build/api/downloads/#{version}?os=darwin&arch=aarch64", user_agent: :fake
sha256 "9dab92e2151d086f21e952a7d1690034cc032daa15e23f4346ff8673462beb3d"
sha256 "9bf2086f087c93e94461c12711f52bb0eb316df693367d91169aac4b5a707802"
end

def install
Expand Down

0 comments on commit 8b3bdf4

Please sign in to comment.