Skip to content

Commit 9d7ea68

Browse files
authored
Merge pull request #235786 from Homebrew/bump-azion-4.2.0
azion 4.2.0
2 parents b580029 + 6b4522f commit 9d7ea68

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/azion.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Azion < Formula
22
desc "CLI for the Azion service"
33
homepage "https://github.com/aziontech/azion"
4-
url "https://github.com/aziontech/azion/archive/refs/tags/4.1.4.tar.gz"
5-
sha256 "3f35c6ba5d2717a9e92ea861e40b55f93ad739df60c31070a72789890b253119"
4+
url "https://github.com/aziontech/azion/archive/refs/tags/4.2.0.tar.gz"
5+
sha256 "dfde05dcdfb043911e3504c3b4a3772c9ccc2e0fe7c245a7c58e681703c14632"
66
license "MIT"
77
head "https://github.com/aziontech/azion.git", branch: "dev"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5f65805727b38e5bd989fa6d522b8fc462737d8a230fa0b1e4e35e12875ff28a"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f65805727b38e5bd989fa6d522b8fc462737d8a230fa0b1e4e35e12875ff28a"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5f65805727b38e5bd989fa6d522b8fc462737d8a230fa0b1e4e35e12875ff28a"
13-
sha256 cellar: :any_skip_relocation, sonoma: "287c98170744a52bd49bb8cbafe8dddd3fe5dda535c7712f8d0d23fe3e45e68a"
14-
sha256 cellar: :any_skip_relocation, ventura: "287c98170744a52bd49bb8cbafe8dddd3fe5dda535c7712f8d0d23fe3e45e68a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "52d5f37e25e84f2c4a1440f5628f6f9763c7348c5814e8ed5d965b2d1be9751b"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1ed3da6c0125ac3cc6f58af686a029e0583719f762b385b7fc0066d960034279"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1ed3da6c0125ac3cc6f58af686a029e0583719f762b385b7fc0066d960034279"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1ed3da6c0125ac3cc6f58af686a029e0583719f762b385b7fc0066d960034279"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bff0814159165d2235871a81b4cf3d13a77fea647f7298a54bc5e1f5e7bfb330"
14+
sha256 cellar: :any_skip_relocation, ventura: "bff0814159165d2235871a81b4cf3d13a77fea647f7298a54bc5e1f5e7bfb330"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3a96d6e48109af8ddd0d984a3a6ad50f304bd601836a3b88f8b66938bce9a4e3"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)