Skip to content

Commit 907a3c6

Browse files
committed
Brew formula update for aiden-runner version v0.1.38
1 parent 05ec5f9 commit 907a3c6

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.37"
8+
version "0.1.38"
99
license "Apache License 2.0"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.37/aiden-runner_0.1.37_darwin_amd64.tar.gz"
14-
sha256 "7fec3d78a194b452f039ac4c2f47218994aeb72fcb3386ccfd0100df82395c4a"
13+
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.38/aiden-runner_0.1.38_darwin_amd64.tar.gz"
14+
sha256 "ed231a5b2924ff3f9a1abc202a041f1d792b26900737ba2d3f66e207e8b88cac"
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/aiden-runner/v0.1.37/aiden-runner_0.1.37_darwin_arm64.tar.gz"
22-
sha256 "27a66a38a7921a6b0ae0078c08f655f84044bd22616824430d5759c28c89e830"
21+
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.38/aiden-runner_0.1.38_darwin_arm64.tar.gz"
22+
sha256 "2ef56d29733db658b90ceae600db435c429e34d205e90bd7ff29171f3b2ea12c"
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/aiden-runner/v0.1.37/aiden-runner_0.1.37_linux_amd64.tar.gz"
33-
sha256 "f108cff3dc942fba60fcf93ee9f9ad62f5ffd1f3cbd505966e811da9bd8c76f1"
32+
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.38/aiden-runner_0.1.38_linux_amd64.tar.gz"
33+
sha256 "7a881d0c69fe1052f7ea450e7dcea8ac36012ba810de98def24c4222790ab7ea"
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/aiden-runner/v0.1.37/aiden-runner_0.1.37_linux_arm64.tar.gz"
40-
sha256 "6f3fe46f80795626854ade91edec71e2e3d88a7bb8d981c8f913a4c5bb8e85ac"
39+
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.38/aiden-runner_0.1.38_linux_arm64.tar.gz"
40+
sha256 "4b6ab573a9d9a7d107661695a88bfa95f25ccba40c9c57f1ccefd5c2e6e9b4d0"
4141
define_method(:install) do
4242
bin.install "aiden-runner"
4343
end

0 commit comments

Comments
 (0)