Skip to content

Commit d6df01c

Browse files
committed
Brew formula update for stackgen-cli version v0.75.0
1 parent d1b39a3 commit d6df01c

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

stackgen.rb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,40 @@
55
class Stackgen < Formula
66
desc "Generative Infrastructure from Code"
77
homepage "https://stackgen.com/"
8-
version "0.74.5"
8+
version "0.75.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.74.5/stackgen-cli_0.74.5_darwin_amd64.tar.gz"
14-
sha256 "25cc75744fbabad3005f7d70d6a1a59aeeb69d32ea9843cc266d81dfee292512"
13+
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.75.0/stackgen-cli_0.75.0_darwin_amd64.tar.gz"
14+
sha256 "92d895869bff937bde85e352cbbba1d76eb4dbcc4e6608883fccb47da7b53970"
1515

16-
def install
16+
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.74.5/stackgen-cli_0.74.5_darwin_arm64.tar.gz"
22-
sha256 "a26331a4cc570c9d655f9cf052e8c161a48eb0d16a9a8f676ab2d14deeafedc6"
21+
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.75.0/stackgen-cli_0.75.0_darwin_arm64.tar.gz"
22+
sha256 "11f7255dcdd360de5cd0f60432c3961e28e2e94e29960d1415d7bd2a8e61cd9f"
2323

24-
def install
24+
define_method(:install) do
2525
bin.install "stackgen"
2626
end
2727
end
2828
end
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.74.5/stackgen-cli_0.74.5_linux_amd64.tar.gz"
33-
sha256 "1670b661c57f63b049cd524de02be2bd11cc33e74edc017e096892634d18e203"
34-
def install
32+
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.75.0/stackgen-cli_0.75.0_linux_amd64.tar.gz"
33+
sha256 "a41ebc6ad157695c022181406d73c1cdcffe2234a0711f4da55e01761f13f2b2"
34+
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.74.5/stackgen-cli_0.74.5_linux_arm64.tar.gz"
40-
sha256 "74d888dc4397e66c0cabdf0d18810378f80b884e01e314063c6f7b9458af3dbe"
41-
def install
39+
url "https://releases.stackgen.com/binaries/stackgen-cli/v0.75.0/stackgen-cli_0.75.0_linux_arm64.tar.gz"
40+
sha256 "e46d1b7fbcfe204afb906d0d0105b4819896f101da8aa6429aebab00d509018e"
41+
define_method(:install) do
4242
bin.install "stackgen"
4343
end
4444
end

0 commit comments

Comments
 (0)