Skip to content

Commit 8e2d166

Browse files
BrewTestBotchenrui333
authored andcommitted
astro 1.33.0
astro: update build Signed-off-by: Rui Chen <[email protected]>
1 parent 1fc4101 commit 8e2d166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/a/astro.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Astro < Formula
22
desc "To build and run Airflow DAGs locally and interact with the Astronomer API"
33
homepage "https://www.astronomer.io/"
4-
url "https://github.com/astronomer/astro-cli/archive/refs/tags/v1.32.1.tar.gz"
5-
sha256 "c29f470504d5048c0b9718968087ab4713a222f0f5e5c43759861dd29e77b728"
4+
url "https://github.com/astronomer/astro-cli/archive/refs/tags/v1.33.0.tar.gz"
5+
sha256 "57f4e207c63ff45f06cac7597796452c3e8a26786aa6735e55a60007a1e42dd3"
66
license "Apache-2.0"
77

88
livecheck do
@@ -20,12 +20,12 @@ class Astro < Formula
2020
end
2121

2222
depends_on "go" => :build
23+
2324
on_macos do
2425
depends_on "podman"
2526
end
2627

2728
def install
28-
ENV["CGO_ENABLED"] = "0"
2929
system "go", "build", *std_go_args(ldflags: "-s -w -X github.com/astronomer/astro-cli/version.CurrVersion=#{version}")
3030

3131
generate_completions_from_executable(bin/"astro", "completion")

0 commit comments

Comments
 (0)