File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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" )
You can’t perform that action at this time.
0 commit comments