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
@@ -11,21 +11,21 @@ class Astro < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any_skip_relocation , arm64_sequoia : "656c89d2794b7cc89776df98227f810d855ec06143e04fa5a66db8d99e3add55 "
15- sha256 cellar : :any_skip_relocation , arm64_sonoma : "656c89d2794b7cc89776df98227f810d855ec06143e04fa5a66db8d99e3add55 "
16- sha256 cellar : :any_skip_relocation , arm64_ventura : "656c89d2794b7cc89776df98227f810d855ec06143e04fa5a66db8d99e3add55 "
17- sha256 cellar : :any_skip_relocation , sonoma : "712b7b66b48b45b09c361261937564fabe355b8283126d90ae7455370a5bbd48 "
18- sha256 cellar : :any_skip_relocation , ventura : "712b7b66b48b45b09c361261937564fabe355b8283126d90ae7455370a5bbd48 "
19- sha256 cellar : :any_skip_relocation , x86_64_linux : "500737cffc486c86250e7aedd50f398f6ec3bad39d7ab77216c2394126a6ee26 "
14+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "2134df077c078b9e66b6f7bbb8b4683f5a88e470d1a076ed3fc08126ca07230b "
15+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "b88afe208f91ab2892f8376ea5eb2de760ac9d344d0be2d3714590422b0cfa8f "
16+ sha256 cellar : :any_skip_relocation , arm64_ventura : "ea581a0064bab7efc144f6342d0c0e2245ad7596d09bfd7319dbf0c4cc990f76 "
17+ sha256 cellar : :any_skip_relocation , sonoma : "da399443be3b70b7cb62e05cdaa2c2e59b479dd1d48ba8c1ec402572f0072cc5 "
18+ sha256 cellar : :any_skip_relocation , ventura : "153bfac081418956e42f8143d19e322477dec99f8f58ca9fd8c9c966bcc9ff0e "
19+ sha256 cellar : :any_skip_relocation , x86_64_linux : "441ad7fed13afd54c6150f62edd0cb2f63552fc4a9f263fa838ca1a272449fe1 "
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