1
1
class Astro < Formula
2
2
desc "To build and run Airflow DAGs locally and interact with the Astronomer API"
3
3
homepage "https://www.astronomer.io/"
4
- url "https://github.com/astronomer/astro-cli/archive/refs/tags/v1.13.1 .tar.gz"
5
- sha256 "1debef18588b52790f8f276b072c6c7d1c6c935fe9afc9dad2a0a02f0c5438e8 "
4
+ url "https://github.com/astronomer/astro-cli/archive/refs/tags/v1.13.2 .tar.gz"
5
+ sha256 "765ce4014f6ab519c04276eca62fa76208ec6f9cd0cf2a75788832b1ec841f96 "
6
6
license "Apache-2.0"
7
7
8
8
livecheck do
@@ -11,13 +11,13 @@ class Astro < Formula
11
11
end
12
12
13
13
bottle do
14
- sha256 cellar : :any_skip_relocation , arm64_ventura : "5780a740ce6f7d40dfedf2d4408077cf9be298249af79fa5ba924ddc6f0d2c4b "
15
- sha256 cellar : :any_skip_relocation , arm64_monterey : "5780a740ce6f7d40dfedf2d4408077cf9be298249af79fa5ba924ddc6f0d2c4b "
16
- sha256 cellar : :any_skip_relocation , arm64_big_sur : "5780a740ce6f7d40dfedf2d4408077cf9be298249af79fa5ba924ddc6f0d2c4b "
17
- sha256 cellar : :any_skip_relocation , ventura : "1f2877ef935c86c36781ed19b0387afce79582de4ab1bfa4d4cdb5494330d99f "
18
- sha256 cellar : :any_skip_relocation , monterey : "1f2877ef935c86c36781ed19b0387afce79582de4ab1bfa4d4cdb5494330d99f "
19
- sha256 cellar : :any_skip_relocation , big_sur : "1f2877ef935c86c36781ed19b0387afce79582de4ab1bfa4d4cdb5494330d99f "
20
- sha256 cellar : :any_skip_relocation , x86_64_linux : "160de4571bd081535d2fadbaa6491d48a50bb5483b713fc4fc6e6f8c26b040da "
14
+ sha256 cellar : :any_skip_relocation , arm64_ventura : "a06f25cfcaaf26dc06df41df615c2d67de2a157619b36cd876a95fc76ef2e443 "
15
+ sha256 cellar : :any_skip_relocation , arm64_monterey : "a06f25cfcaaf26dc06df41df615c2d67de2a157619b36cd876a95fc76ef2e443 "
16
+ sha256 cellar : :any_skip_relocation , arm64_big_sur : "a06f25cfcaaf26dc06df41df615c2d67de2a157619b36cd876a95fc76ef2e443 "
17
+ sha256 cellar : :any_skip_relocation , ventura : "f7b2fdb2e30b1fd928b08817b511777bdee494208d4f1d401d2fbf4cc7b56917 "
18
+ sha256 cellar : :any_skip_relocation , monterey : "f7b2fdb2e30b1fd928b08817b511777bdee494208d4f1d401d2fbf4cc7b56917 "
19
+ sha256 cellar : :any_skip_relocation , big_sur : "f7b2fdb2e30b1fd928b08817b511777bdee494208d4f1d401d2fbf4cc7b56917 "
20
+ sha256 cellar : :any_skip_relocation , x86_64_linux : "1b3db5ceb2a17ac680a3cc0b37d0a06d2a3ab04d8e460bf073c03999c8487851 "
21
21
end
22
22
23
23
depends_on "go" => :build
0 commit comments