Skip to content

Commit b90a4d5

Browse files
authored
Merge pull request Homebrew#206413 from gaugebot/gauge-1.6.13
gauge 1.6.13
2 parents 531b1b0 + 8a83191 commit b90a4d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/gauge.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Gauge < Formula
22
desc "Test automation tool that supports executable documentation"
33
homepage "https://gauge.org"
4-
url "https://github.com/getgauge/gauge/archive/refs/tags/v1.6.12.tar.gz"
5-
sha256 "65cdf9a0aae28d9f64a42737b2a9c47b4c09d05b12f2b78fec65276a26391c6b"
4+
url "https://github.com/getgauge/gauge/archive/refs/tags/v1.6.13.tar.gz"
5+
sha256 "7aef626a523c5acd9c821d440bf099c0895a7e857a382ce54c12074e1a81e841"
66
license "Apache-2.0"
77
head "https://github.com/getgauge/gauge.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d4440206310fc9b44973983083ca068e96ab85bfb2b2b93b8a28c3a82571ac87"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f9e68faa53d4578172353ceaffbeb7e111867870323f30c7be7788c15808c59"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fdfd3a14d530c7e37529ada331d490c69f6d9b6b62f14a5a997ccfb17de07eb5"
13-
sha256 cellar: :any_skip_relocation, sonoma: "c77c9fd76f76a3c317d4e98e9a55d70ddb3d51b6a5c8164718cfdf6fba4f9acb"
14-
sha256 cellar: :any_skip_relocation, ventura: "7e9844ad4e9641381525c53bc5ca002e6f7ce6bc1764da1df838e552f6f3cb84"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d33f3931283ff90bbe90154d69a9239aec4edbc3709c58f8e1f7c9a803f80b67"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "70173747ea411ea7bd1161f433edfbe186c576f7ea4997c6a799c740b24713c6"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d3c30e060cd789cb662f3ceaeee4de656a4ce25d8649217753283d3aa34722bc"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "bab49f9df8660a3a803172445c12005f04c5e4883d6ddec3efd63571c5ad61a0"
13+
sha256 cellar: :any_skip_relocation, sonoma: "b8d7322e2adb98b56a4e8ad7543ecd328d3d34ea6d4c42f840d5f9c74c5ae42a"
14+
sha256 cellar: :any_skip_relocation, ventura: "af22032a223aceb542d6e0ff0dab128434015ca18189555a001a46ccbc0db0e2"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "22210d1f9b6b3a89d197d724fc49da976bba91e5abfe7fed532c10bd0382c3ec"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)