Skip to content

Commit e96fc2d

Browse files
committed
Brew formula update for aiden-runner version v0.1.24
1 parent bf9d49c commit e96fc2d

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

aiden-runner.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
class AidenRunner < Formula
66
desc "StackGen AI Agent CLI"
77
homepage "https://stackgen.com/"
8-
version "0.1.23"
8+
version "0.1.24"
99
license "Apache License 2.0"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.23/aiden-runner_0.1.23_darwin_amd64.tar.gz"
14-
sha256 "dc71b6f4b81ec74540c98035670892a281965891996fced0faf7dcee8a346c8b"
13+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.24/aiden-runner_0.1.24_darwin_amd64.tar.gz"
14+
sha256 "994056aa01bad40d01267a8a73bd5527fa7dbdc3a03e070e609d623e0f0bf2a8"
1515

1616
define_method(:install) do
1717
bin.install "aiden-runner"
1818
end
1919
end
2020
if Hardware::CPU.arm?
21-
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.23/aiden-runner_0.1.23_darwin_arm64.tar.gz"
22-
sha256 "63f6c9187edea1548b0da581a191a9479b5c7fdb79e1f0cff490b74b9142c2e4"
21+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.24/aiden-runner_0.1.24_darwin_arm64.tar.gz"
22+
sha256 "d34e3da19ce284e9c878887017877b16576f856adda5718bdb0206f552c7760b"
2323

2424
define_method(:install) do
2525
bin.install "aiden-runner"
@@ -29,15 +29,15 @@ class AidenRunner < Formula
2929

3030
on_linux do
3131
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
32-
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.23/aiden-runner_0.1.23_linux_amd64.tar.gz"
33-
sha256 "251a1125b7f2047e678ae0503ccfc25e04bf4120e4d79618fe30842ef42b244a"
32+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.24/aiden-runner_0.1.24_linux_amd64.tar.gz"
33+
sha256 "7ef83674e75888542201a4824504768746ae20702c64e4454a96ed691fc02023"
3434
define_method(:install) do
3535
bin.install "aiden-runner"
3636
end
3737
end
3838
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
39-
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.23/aiden-runner_0.1.23_linux_arm64.tar.gz"
40-
sha256 "63c456b9b56e3cd99c27a5fe646c8bf663c548b688f73a9b59788f5b563482d3"
39+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.24/aiden-runner_0.1.24_linux_arm64.tar.gz"
40+
sha256 "cc5bc93ec8624d4807bbc6e2cd843c92a31486f801201b72c78e01364d2c9a16"
4141
define_method(:install) do
4242
bin.install "aiden-runner"
4343
end

0 commit comments

Comments
 (0)