Skip to content

Commit f3cd8db

Browse files
committed
Brew formula update for aiden-cli version v0.1.21
1 parent 3a061aa commit f3cd8db

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

aiden-cli.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
class AidenCli < Formula
66
desc "StackGen AI Agent CLI"
77
homepage "https://stackgen.com/"
8-
version "0.1.20"
8+
version "0.1.21"
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.20/aiden-cli_0.1.20_darwin_amd64.tar.gz"
14-
sha256 "12e7043d4826826f215d65e52949a0045e1336891f72edb001b91e38fd7f366e"
13+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.21/aiden-cli_0.1.21_darwin_amd64.tar.gz"
14+
sha256 "f6981486b9a595f4ada387313801bb827c29570db8f6ebaba4e905389c665f37"
1515

1616
define_method(:install) do
1717
bin.install "aiden-cli"
1818
end
1919
end
2020
if Hardware::CPU.arm?
21-
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.20/aiden-cli_0.1.20_darwin_arm64.tar.gz"
22-
sha256 "279ec172c080e5d45d2192f68d6fdf28d9c9ed96282fc5b761f8e8065b62e43d"
21+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.21/aiden-cli_0.1.21_darwin_arm64.tar.gz"
22+
sha256 "3a02393f6fa0623d2b26073b6fa27c0309435b1e82bb9aa6e8d60738dd3916fd"
2323

2424
define_method(:install) do
2525
bin.install "aiden-cli"
@@ -29,15 +29,15 @@ class AidenCli < 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.20/aiden-cli_0.1.20_linux_amd64.tar.gz"
33-
sha256 "c0a1740583d653f731dc9082e90a8a2d13125ffc1cd791b2b34d549d04ae4205"
32+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.21/aiden-cli_0.1.21_linux_amd64.tar.gz"
33+
sha256 "62158774db71da73b4953c83a4f14576f5fa42a8ae588bafb09d9ca0b57ac1d5"
3434
define_method(:install) do
3535
bin.install "aiden-cli"
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.20/aiden-cli_0.1.20_linux_arm64.tar.gz"
40-
sha256 "926ee64599db14fe953529c898f092060231a495d58471e84240ef9dedc84414"
39+
url "https://releases.stackgen.com/binaries/aios-remote/v0.1.21/aiden-cli_0.1.21_linux_arm64.tar.gz"
40+
sha256 "9ef80dabc23feb0b1e4264ff2bbc15535e743e957ea501540a6b28c73587edb2"
4141
define_method(:install) do
4242
bin.install "aiden-cli"
4343
end

0 commit comments

Comments
 (0)