|
1 | 1 | class Gauge < Formula
|
2 | 2 | desc "Test automation tool that supports executable documentation"
|
3 | 3 | homepage "https://gauge.org"
|
4 |
| - url "https://github.com/getgauge/gauge/archive/refs/tags/v1.6.1.tar.gz" |
5 |
| - sha256 "355d473e7a829bdc76c587dc678fbf75385aa8fb64278966fe7048e8834a51a1" |
| 4 | + url "https://github.com/getgauge/gauge/archive/refs/tags/v1.6.2.tar.gz" |
| 5 | + sha256 "0182d53d6e5894c534dbce6d897a300329268c6137c8bdd7ac6f9e6a0ec60e7b" |
6 | 6 | license "Apache-2.0"
|
7 | 7 | head "https://github.com/getgauge/gauge.git", branch: "master"
|
8 | 8 |
|
9 | 9 | bottle do
|
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "02f0ee115eaadfbb28e3e75f16aab25242e58035a4a702d61c0f6e0bf1db8f46" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "742038a508bf17adc841d57d76a7f86378904fbe7dcd267d7fb6775032dcd6d5" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "a039430fa05897d246be42bf0701a3692a537cb2c9dd50679cdb2923770df928" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "f81442848ec4c2c4446f1eeea7818fe7cc8cfec33f09054701a16dffcc421491" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "c729d3c405424e33c2f26abda91464b01b8e6fc09df209d168cf313316228c04" |
15 |
| - sha256 cellar: :any_skip_relocation, monterey: "344f3f338d811778ab004e60b78e453f15ac6727a8929ee4c7ee33bd2ca7c0bc" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "3d9439cf8f98218a4a51434c367271a9693a7489cb2a3344457f6cd1ee31981f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "60fc63199bd1ea9ad4c353e242549a64a1d9f83852202bc5245ba46a5138a03e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "d0bbe4082133fdcbd845fab5d7038fd279163b4fc6992d5d32e4f045515cd6dc" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "39536cbdb44db86956f3363a2d7720239c904e227eb1d2f41ae5c1a695922d8d" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "d58523e01729a6d4833f6d0b0b9e55f171d18a8dbe5a8516d6a741a88b2f3c11" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "242e71f1714f99d30e4f6bcd80bc227908fdc2f47f9c86b89e6519c5fd9db9b1" |
| 15 | + sha256 cellar: :any_skip_relocation, monterey: "77b79d3cb5453d42b12fdf7cc1617d36756b8b8fa8af06f28d670362a8a95d9a" |
| 16 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "9b2dbb8f55d27d7856d760a3784071010cc739dcd62d484a66c7866a5e5feaa5" |
17 | 17 | end
|
18 | 18 |
|
19 | 19 | depends_on "go" => :build
|
|
0 commit comments