Skip to content

Commit bfeaad9

Browse files
committed
Brew formula update for stackgen-cli version v0.76.0
1 parent a94637d commit bfeaad9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

stackgen.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
class Stackgen < Formula
66
desc "Generative Infrastructure from Code"
77
homepage "https://stackgen.com/"
8-
version "0.75.0"
8+
version "0.76.0"
99
license "Apache License 2.0"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.75.0/stackgen-cli_0.75.0_darwin_amd64.tar.gz"
14-
sha256 "92d895869bff937bde85e352cbbba1d76eb4dbcc4e6608883fccb47da7b53970"
13+
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.76.0/stackgen-cli_0.76.0_darwin_amd64.tar.gz"
14+
sha256 "0a1d345ba79dd5a609db0f51e0491773926b78ce25c757582c406a1b3730f91f"
1515

1616
define_method(:install) do
1717
bin.install "stackgen"
1818
end
1919
end
2020
if Hardware::CPU.arm?
21-
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.75.0/stackgen-cli_0.75.0_darwin_arm64.tar.gz"
22-
sha256 "11f7255dcdd360de5cd0f60432c3961e28e2e94e29960d1415d7bd2a8e61cd9f"
21+
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.76.0/stackgen-cli_0.76.0_darwin_arm64.tar.gz"
22+
sha256 "36283cfb50b691081660deb1982cb2f32dc7bcff1ff6713016b3ca57ab21ecdd"
2323

2424
define_method(:install) do
2525
bin.install "stackgen"
@@ -29,15 +29,15 @@ class Stackgen < Formula
2929

3030
on_linux do
3131
if Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
32-
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.75.0/stackgen-cli_0.75.0_linux_amd64.tar.gz"
33-
sha256 "a41ebc6ad157695c022181406d73c1cdcffe2234a0711f4da55e01761f13f2b2"
32+
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.76.0/stackgen-cli_0.76.0_linux_amd64.tar.gz"
33+
sha256 "31211ad655b34ff480cee615726642bae8f8fb68ce00d8b2be11e4f122c0bed0"
3434
define_method(:install) do
3535
bin.install "stackgen"
3636
end
3737
end
3838
if Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
39-
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.75.0/stackgen-cli_0.75.0_linux_arm64.tar.gz"
40-
sha256 "e46d1b7fbcfe204afb906d0d0105b4819896f101da8aa6429aebab00d509018e"
39+
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.76.0/stackgen-cli_0.76.0_linux_arm64.tar.gz"
40+
sha256 "2441331d36f273ef1d29f43e78819c00573b595dd03533ae075521052faac234"
4141
define_method(:install) do
4242
bin.install "stackgen"
4343
end

0 commit comments

Comments
 (0)