Skip to content

Commit 214d075

Browse files
committed
Brew formula update for aiden-runner version v0.1.37
1 parent f36c19b commit 214d075

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

aiden-runner.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ class AidenRunner < Formula
1111
on_macos do
1212
if Hardware::CPU.intel?
1313
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.37/aiden-runner_0.1.37_darwin_amd64.tar.gz"
14-
sha256 "3fe5905b47278d109c436cb158a0e78d01a6007b47c84907ee570d5b769550c8"
14+
sha256 "7fec3d78a194b452f039ac4c2f47218994aeb72fcb3386ccfd0100df82395c4a"
1515

1616
define_method(:install) do
1717
bin.install "aiden-runner"
1818
end
1919
end
2020
if Hardware::CPU.arm?
2121
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.37/aiden-runner_0.1.37_darwin_arm64.tar.gz"
22-
sha256 "789b6c180854568b2aa586ac0650760a433b67a474e1446845a79b899ebaf0e4"
22+
sha256 "27a66a38a7921a6b0ae0078c08f655f84044bd22616824430d5759c28c89e830"
2323

2424
define_method(:install) do
2525
bin.install "aiden-runner"
@@ -30,14 +30,14 @@ class AidenRunner < Formula
3030
on_linux do
3131
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
3232
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.37/aiden-runner_0.1.37_linux_amd64.tar.gz"
33-
sha256 "e761eaed87f03a5f03b7fb7a512432d7628065155ca168ffd796408f55580f46"
33+
sha256 "f108cff3dc942fba60fcf93ee9f9ad62f5ffd1f3cbd505966e811da9bd8c76f1"
3434
define_method(:install) do
3535
bin.install "aiden-runner"
3636
end
3737
end
3838
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
3939
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.37/aiden-runner_0.1.37_linux_arm64.tar.gz"
40-
sha256 "e5c596c8188c1d648437e7618ba2aea94acc08f9f6e7bcdc137d703a2bc97056"
40+
sha256 "6f3fe46f80795626854ade91edec71e2e3d88a7bb8d981c8f913a4c5bb8e85ac"
4141
define_method(:install) do
4242
bin.install "aiden-runner"
4343
end

0 commit comments

Comments
 (0)