Skip to content

Commit 4d7a24b

Browse files
committed
Brew formula update for aiden-runner version v0.1.46
1 parent 2335795 commit 4d7a24b

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.45"
8+
version "0.1.46"
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.45/aiden-runner_0.1.45_darwin_amd64.tar.gz"
14-
sha256 "957301c0c3f47415b948158d36f59bd42ca411d78f6bf4af6e15dc81c238a4cc"
13+
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.46/aiden-runner_0.1.46_darwin_amd64.tar.gz"
14+
sha256 "68792bbd1c0fb4d729e99e3b2c4746151f87e52591ac01590c5c13bc458d428d"
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.45/aiden-runner_0.1.45_darwin_arm64.tar.gz"
22-
sha256 "8ca894a084681e3f5193762a4c44f1676d49ce2874427c457e3b63bce6834364"
21+
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.46/aiden-runner_0.1.46_darwin_arm64.tar.gz"
22+
sha256 "333af4a934e347c36c6c72a368fb6cd8ef0b7051afc7d39bc3ab201bd04a8bd3"
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.45/aiden-runner_0.1.45_linux_amd64.tar.gz"
33-
sha256 "206847c8d2eee4bb373f3cede0906190ab67083402df251fa33afdc95fe7b63f"
32+
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.46/aiden-runner_0.1.46_linux_amd64.tar.gz"
33+
sha256 "718256410abe2c4d40d58ffd8d16619a16cfbe82a66c8d01f3d55e253077ec79"
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.45/aiden-runner_0.1.45_linux_arm64.tar.gz"
40-
sha256 "94a6626c2f7bf5a91cf37456c3d709a7274302bc29f39a7755b19f9f507661cd"
39+
url "https://releases.stackgen.com/binaries/aiden-runner/v0.1.46/aiden-runner_0.1.46_linux_arm64.tar.gz"
40+
sha256 "ffef64512ac37b7ebca0598736aa0f183301846f8f12044a321cc82f244b83e5"
4141
define_method(:install) do
4242
bin.install "aiden-runner"
4343
end

0 commit comments

Comments
 (0)