Skip to content

Commit fecc69a

Browse files
authored
Merge pull request Homebrew#201056 from vanwinkelseppe/bump-azqr-2.0.4
azqr 2.0.4
2 parents d99f125 + 30a6633 commit fecc69a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/a/azqr.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ class Azqr < Formula
22
desc "Azure Quick Review"
33
homepage "https://azure.github.io/azqr/"
44
url "https://github.com/Azure/azqr.git",
5-
tag: "v.2.0.3",
6-
revision: "655239455eec8ac434b9ebc7a68af9c2b117499b"
5+
tag: "v.2.0.4",
6+
revision: "4891102e05bf35064017eacdbc5415b92a39795e"
77
license "MIT"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "07077125faa4d4e10e820ef58cede8462f8f70d80dfd45f8645cbe4b69ce7281"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "07077125faa4d4e10e820ef58cede8462f8f70d80dfd45f8645cbe4b69ce7281"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "07077125faa4d4e10e820ef58cede8462f8f70d80dfd45f8645cbe4b69ce7281"
13-
sha256 cellar: :any_skip_relocation, sonoma: "c8840d088702c9b71802b1bef8222e74ec8a13602ef1ce91e1e00c73d0c1f07a"
14-
sha256 cellar: :any_skip_relocation, ventura: "c8840d088702c9b71802b1bef8222e74ec8a13602ef1ce91e1e00c73d0c1f07a"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "54bded151339de4030b2dd768291cdcce889f2f20bc06ad376341319756a0134"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9fe387fb54b38d927467721572d04fa2d5b0eaaa5473bbc43da0de90d9e66a4d"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9fe387fb54b38d927467721572d04fa2d5b0eaaa5473bbc43da0de90d9e66a4d"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9fe387fb54b38d927467721572d04fa2d5b0eaaa5473bbc43da0de90d9e66a4d"
13+
sha256 cellar: :any_skip_relocation, sonoma: "7db8e17e2c70e6130efaad71eb47ee692287de96e12bca0319f70b6ee2e2e993"
14+
sha256 cellar: :any_skip_relocation, ventura: "7db8e17e2c70e6130efaad71eb47ee692287de96e12bca0319f70b6ee2e2e993"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "15c3fd690c8100b228c68d531cefd7ef3ca1266b34d538fa19aa52267bdb709b"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)