Skip to content

Commit ebeb6b6

Browse files
committed
Brew formula update for appcd version v0.63.2
1 parent 03444d3 commit ebeb6b6

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

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://releases.stackgen.com/binaries/v0.63.1/appcd_0.63.1_darwin_amd64.tar.gz"
14-
sha256 "96327116b536117d303876147affc753c232d78a0e08ade197f518b37d45bf07"
13+
url "https://releases.stackgen.com/binaries/v0.63.2/appcd_0.63.2_darwin_amd64.tar.gz"
14+
sha256 "96f0ace8e1e7338ab1f4b64c89d7984ac4ef9830efe96fd1a58289492d98049d"
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.63.1/appcd_0.63.1_darwin_arm64.tar.gz"
22-
sha256 "25620bdd9031c70fafefd9c0d473719aa42fddabb90699f09182986645fdad38"
21+
url "https://releases.stackgen.com/binaries/v0.63.2/appcd_0.63.2_darwin_arm64.tar.gz"
22+
sha256 "a23321d6aa24e75d0626f3e8fc573d9f61f311137bb6f910f75c3433dc701b26"
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.63.1/appcd_0.63.1_linux_amd64.tar.gz"
33-
sha256 "e8db32a443f40fe9af18d53d037cdb85a1f76cab343b6a1f998e3b2a531c2f39"
32+
url "https://releases.stackgen.com/binaries/v0.63.2/appcd_0.63.2_linux_amd64.tar.gz"
33+
sha256 "8993f655abf46c5dfee53ef71b036b4be01eb7d7f157d4834d8b6a2af18a536c"
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.63.1/appcd_0.63.1_linux_arm64.tar.gz"
40-
sha256 "cf34d1b195fb650ee32b5de7ab4144791a7a0f6603dd34f47d15ea46eadd5f9f"
39+
url "https://releases.stackgen.com/binaries/v0.63.2/appcd_0.63.2_linux_arm64.tar.gz"
40+
sha256 "ca4f1c800daecec3bd7a897c222f60df8dc132d78e642ef2f27a0a9a8dfb0df4"
4141
def install
4242
bin.install "stackgen"
4343
end

0 commit comments

Comments
 (0)