@@ -6,13 +6,13 @@ class Stackit < Formula
66 desc "A command-line interface to manage STACKIT resources.
77This CLI is in a beta state. More services and functionality will be supported soon."
88 homepage "https://github.com/stackitcloud/stackit-cli"
9- version "0.26 .0"
9+ version "0.29 .0"
1010 license "Apache-2.0"
1111
1212 on_macos do
1313 if Hardware ::CPU . intel?
14- url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.26 .0/stackit-cli_0.26 .0_darwin_amd64.tar.gz"
15- sha256 "2d45d26176d0ecfcc6c37ab91edcfed077e1d2e519028b2af601dc2411de62ce "
14+ url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.29 .0/stackit-cli_0.29 .0_darwin_amd64.tar.gz"
15+ sha256 "fbe2a23890c625fac97df9ab584fd3e1b5b12dfafdb46bbc5f301beab78980f6 "
1616
1717 def install
1818 bin . install "stackit"
@@ -21,8 +21,8 @@ def install
2121 end
2222 end
2323 if Hardware ::CPU . arm?
24- url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.26 .0/stackit-cli_0.26 .0_darwin_arm64.tar.gz"
25- sha256 "ad62217252a555a76a2394b987b9b9f96e2fb2ecc7dc185eb7747452ed93e979 "
24+ url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.29 .0/stackit-cli_0.29 .0_darwin_arm64.tar.gz"
25+ sha256 "94cb62fd207781f45115a7a17fd8844db987dc37b916755d80d8a10610e386a4 "
2626
2727 def install
2828 bin . install "stackit"
@@ -35,8 +35,8 @@ def install
3535 on_linux do
3636 if Hardware ::CPU . intel?
3737 if Hardware ::CPU . is_64_bit?
38- url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.26 .0/stackit-cli_0.26 .0_linux_amd64.tar.gz"
39- sha256 "3f13f557bf4fecb78c6535a73bc21aa709c213c24e6ba8ca2c99114014305393 "
38+ url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.29 .0/stackit-cli_0.29 .0_linux_amd64.tar.gz"
39+ sha256 "08be43c1ca079d9e5eb3f71b6f6893503c1fbfdbcc0d0a37d2cf4c7dc41d0f2d "
4040
4141 def install
4242 bin . install "stackit"
@@ -47,8 +47,8 @@ def install
4747 end
4848 if Hardware ::CPU . arm?
4949 if Hardware ::CPU . is_64_bit?
50- url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.26 .0/stackit-cli_0.26 .0_linux_arm64.tar.gz"
51- sha256 "109220cf8ffa7598da6b7fe007fd61a25a476776d3940d4c13a05c12dc62b505 "
50+ url "https://github.com/stackitcloud/stackit-cli/releases/download/v0.29 .0/stackit-cli_0.29 .0_linux_arm64.tar.gz"
51+ sha256 "c1085e624bb3346748c8a6b0c07ca515cf6bb687ae76c9e7310ef8a9675d8b72 "
5252
5353 def install
5454 bin . install "stackit"
0 commit comments