@@ -3,18 +3,18 @@ class Azqr < Formula
33 homepage "https://azure.github.io/azqr/"
44 # pull from git tag to get submodules
55 url "https://github.com/Azure/azqr.git" ,
6- tag : "v.2.7.0 " ,
7- revision : "3ac4fdc75cc6faa5a76fc909351a6c7c8215fcde "
6+ tag : "v.2.7.1 " ,
7+ revision : "f9da9a81ec5cca288d65999732b75bb4a91d3151 "
88 license "MIT"
99 head "https://github.com/Azure/azqr.git" , branch : "main"
1010
1111 bottle do
12- sha256 cellar : :any_skip_relocation , arm64_sequoia : "03d3a5b1e7db4a916dad777e6137715741d4d5228f66059edb0312d7f49d8594 "
13- sha256 cellar : :any_skip_relocation , arm64_sonoma : "03d3a5b1e7db4a916dad777e6137715741d4d5228f66059edb0312d7f49d8594 "
14- sha256 cellar : :any_skip_relocation , arm64_ventura : "03d3a5b1e7db4a916dad777e6137715741d4d5228f66059edb0312d7f49d8594 "
15- sha256 cellar : :any_skip_relocation , sonoma : "6a7dd3afb34ab2ab089c6fec3e34ac04615dc0873eb0f9fb19d8e8009ab95f5d "
16- sha256 cellar : :any_skip_relocation , ventura : "6a7dd3afb34ab2ab089c6fec3e34ac04615dc0873eb0f9fb19d8e8009ab95f5d "
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "1595eeb4568f4769befb2368be2519d4e701c89ba1b613ba3075772ee9c51746 "
12+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "50db9c0f7d26d93b0defd3a247450554326ca938b867954de62f3512c843e12f "
13+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "50db9c0f7d26d93b0defd3a247450554326ca938b867954de62f3512c843e12f "
14+ sha256 cellar : :any_skip_relocation , arm64_ventura : "50db9c0f7d26d93b0defd3a247450554326ca938b867954de62f3512c843e12f "
15+ sha256 cellar : :any_skip_relocation , sonoma : "ead1dca15a12ddd20233dc11889709e18af7fdee30badba0dff6095ea5ea108d "
16+ sha256 cellar : :any_skip_relocation , ventura : "ead1dca15a12ddd20233dc11889709e18af7fdee30badba0dff6095ea5ea108d "
17+ sha256 cellar : :any_skip_relocation , x86_64_linux : "3e84ef03a70f77015100fc2dc0f161a279d05a4e668a967976578e381fad83f6 "
1818 end
1919
2020 depends_on "go" => :build
0 commit comments