Skip to content

Commit 81b1424

Browse files
committed
Brew formula update for aiden-runner version v0.1.25
1 parent c5dd29d commit 81b1424

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.24"
8+
version "0.1.25"
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.24/aiden-runner_0.1.24_darwin_amd64.tar.gz"
14-
sha256 "994056aa01bad40d01267a8a73bd5527fa7dbdc3a03e070e609d623e0f0bf2a8"
13+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.25/aiden-runner_0.1.25_darwin_amd64.tar.gz"
14+
sha256 "d0e081b84e238f702e9d60108e8453948281db44a4290f3cb718449ccc5e0833"
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.24/aiden-runner_0.1.24_darwin_arm64.tar.gz"
22-
sha256 "d34e3da19ce284e9c878887017877b16576f856adda5718bdb0206f552c7760b"
21+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.25/aiden-runner_0.1.25_darwin_arm64.tar.gz"
22+
sha256 "9e5d948d54dc3c36ebc98ee4479d1dec0e1eded4a56791966eaa44cf8778cf7b"
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.24/aiden-runner_0.1.24_linux_amd64.tar.gz"
33-
sha256 "7ef83674e75888542201a4824504768746ae20702c64e4454a96ed691fc02023"
32+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.25/aiden-runner_0.1.25_linux_amd64.tar.gz"
33+
sha256 "ff4e59db03cd68948a4f3eb278977e6aeb18c5067cf17e477bb4ddf69fa429c9"
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.24/aiden-runner_0.1.24_linux_arm64.tar.gz"
40-
sha256 "cc5bc93ec8624d4807bbc6e2cd843c92a31486f801201b72c78e01364d2c9a16"
39+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.25/aiden-runner_0.1.25_linux_arm64.tar.gz"
40+
sha256 "a2ec29065e346dad1f17c8a31957773b85b8404393906ddf799c5e29ce2ac67a"
4141
define_method(:install) do
4242
bin.install "aiden-runner"
4343
end

0 commit comments

Comments
 (0)