8000 Merge pull request #128122 from chenrui333/bump-astro-1.13.2 · ArduinoBot/homebrew-core@ce9e8e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit ce9e8e5

Browse files
authored
Merge pull request Homebrew#128122 from chenrui333/bump-astro-1.13.2
astro 1.13.2
2 parents 94cdfce + 903efe7 commit ce9e8e5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/astro.rb

Lines changed: 9 additions & 9 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.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"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,13 +11,13 @@ class Astro < Formula
1111
end
1212

1313
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"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)
0