55class AidenCli < Formula
66 desc "StackGen AI Agent CLI"
77 homepage "https://stackgen.com/"
8- version "0.1.19 "
8+ version "0.1.20 "
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.19 /aiden-cli_0.1.19_darwin_amd64 .tar.gz"
14- sha256 "25ebfe41fc29c611d149933f399066c062b187ccddeec11bed790517069a70ca "
13+ url "https://releases.stackgen.com/binaries/aios-remote/v0.1.20 /aiden-cli_0.1.20_darwin_amd64 .tar.gz"
14+ sha256 "12e7043d4826826f215d65e52949a0045e1336891f72edb001b91e38fd7f366e "
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.19 /aiden-cli_0.1.19_darwin_arm64 .tar.gz"
22- sha256 "27782864c568b3701ab3af8567f89cc612f1b3f9b5dea17d788748c8b294beb1 "
21+ url "https://releases.stackgen.com/binaries/aios-remote/v0.1.20 /aiden-cli_0.1.20_darwin_arm64 .tar.gz"
22+ sha256 "279ec172c080e5d45d2192f68d6fdf28d9c9ed96282fc5b761f8e8065b62e43d "
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.19 /aiden-cli_0.1.19_linux_amd64 .tar.gz"
33- sha256 "1853db95cdaea5f51bc1ee4179592756da7a749207cd13711bd8022521a9272b "
32+ url "https://releases.stackgen.com/binaries/aios-remote/v0.1.20 /aiden-cli_0.1.20_linux_amd64 .tar.gz"
33+ sha256 "c0a1740583d653f731dc9082e90a8a2d13125ffc1cd791b2b34d549d04ae4205 "
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.19 /aiden-cli_0.1.19_linux_arm64 .tar.gz"
40- sha256 "16382d184c59666b8214da4cddefd105554b5a432630195a6fc0774234d9791d "
39+ url "https://releases.stackgen.com/binaries/aios-remote/v0.1.20 /aiden-cli_0.1.20_linux_arm64 .tar.gz"
40+ sha256 "926ee64599db14fe953529c898f092060231a495d58471e84240ef9dedc84414 "
4141 define_method ( :install ) do
4242 bin . install "aiden-cli"
4343 end
0 commit comments