Skip to content

Commit f036f43

Browse files
committed
Brew formula update for appcd version v0.59.0
1 parent 2be0528 commit f036f43

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.58.2"
8+
version "0.59.0"
99
license "Apache License 2.0"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://releases.stackgen.com/binaries/v0.58.2/appcd_0.58.2_darwin_amd64.tar.gz"
14-
sha256 "f37d85823e4f4f6397f6f3aa901b79e14662f7d1d6cb5cf5a4f707509c47bf62"
13+
url "https://releases.stackgen.com/binaries/v0.59.0/appcd_0.59.0_darwin_amd64.tar.gz"
14+
sha256 "e75c7c643d68c85f5f454452d457b6f739ad6ace54024dad4da36f2ea8743d81"
1515

1616
def install
1717
bin.install "stackgen"
1818
end
1919
end
2020
if Hardware::CPU.arm?
21-
url "https://releases.stackgen.com/binaries/v0.58.2/appcd_0.58.2_darwin_arm64.tar.gz"
22-
sha256 "b6ec18580873f66cf332122060e9728653fc8f73250da01391ce190f4e92b276"
21+
url "https://releases.stackgen.com/binaries/v0.59.0/appcd_0.59.0_darwin_arm64.tar.gz"
22+
sha256 "fe9a383d1a1e89b6c25e3da618f327cafa17bb174ce89d3aceee47d4de923bea"
2323

2424
def install
2525
bin.install "stackgen"
@@ -29,15 +29,15 @@ def install
2929

3030
on_linux do
3131
if Hardware::CPU.intel? and Hardware::CPU.is_64_bit?
32-
url "https://releases.stackgen.com/binaries/v0.58.2/appcd_0.58.2_linux_amd64.tar.gz"
33-
sha256 "c7d661e748707e7e5889b860c3813c504f6105d33367a4772c73e42e7848190e"
32+
url "https://releases.stackgen.com/binaries/v0.59.0/appcd_0.59.0_linux_amd64.tar.gz"
33+
sha256 "bd801a743e8f6a3e6b15bf0ee7aa8aeba0a90ef8157b247293b2a68e8b230990"
3434
def install
3535
bin.install "stackgen"
3636
end
3737
end
3838
if Hardware::CPU.arm? and Hardware::CPU.is_64_bit?
39-
url "https://releases.stackgen.com/binaries/v0.58.2/appcd_0.58.2_linux_arm64.tar.gz"
40-
sha256 "a0cc9ce2e2a3999e6ad5646c1b6b248c3912c3d94066e27ae321d1d790e8d08c"
39+
url "https://releases.stackgen.com/binaries/v0.59.0/appcd_0.59.0_linux_arm64.tar.gz"
40+
sha256 "b6de0f81680a6e0e16b29b6081c17a7c279d09d650a46675ae14b358a29a5d77"
4141
def install
4242
bin.install "stackgen"
4343
end

0 commit comments

Comments
 (0)