Skip to content

Commit b1a64b9

Browse files
authored
Merge pull request Homebrew#195836 from Homebrew/bump-glooctl-1.17.15
glooctl 1.17.15
2 parents fc03f54 + 396a9f3 commit b1a64b9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/glooctl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ class Glooctl < Formula
44
# NOTE: Please wait until the newest stable release is finished building and
55
# no longer marked as "Pre-release" before creating a PR for a new version.
66
url "https://github.com/solo-io/gloo.git",
7-
tag: "v1.17.14",
8-
revision: "22eddad55f6ca6bc6958df6cb095afc6ef730984"
7+
tag: "v1.17.15",
8+
revision: "f371f9e342519ac4d1c637411ba747b4fb07ec71"
99
license "Apache-2.0"
1010
head "https://github.com/solo-io/gloo.git", branch: "main"
1111

@@ -15,12 +15,12 @@ class Glooctl < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "000bdb700def5ad9bc81a4103ab9c41aceb45bb4831c6e8da39a221e33916e4b"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a5ba9957518937ed5346fcf26d210a48ad0bf2d1f932ab2bee2efa69ece9c554"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "579616451645a88e614954ccc898b018f321b53173ce5232175d80712f3e5b36"
21-
sha256 cellar: :any_skip_relocation, sonoma: "395c5098d7daaf4f5749007c26f2986f057976b9d154f66934ba7d84eb941afe"
22-
sha256 cellar: :any_skip_relocation, ventura: "d29094f6551d67040f4457fe84cd6c38a93daf9f7838cda1e314c3452a1d86a5"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bb39e3352c68c0f5e969f60aaaba56825ad9d552d12ea26b09540d4c7954b2f8"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3b2a6206d3a66bfaeaf40e74311b85ba84a8f7118b66a1880afd3fbc675b9387"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "358c584df6cb31f9ca5bf6a80dbf84255a6e5b73873a73d49150f7d227e050b4"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a9c20eeca421a71a62d0377ab5f08d3c2167b451e2d71b48eba4b71fa25c4428"
21+
sha256 cellar: :any_skip_relocation, sonoma: "0527b319d334a87100bee3dfb773df5851232866ace78114e24155779d58912c"
22+
sha256 cellar: :any_skip_relocation, ventura: "87c69184a59c4a69ea54449be1968a297f98ca916969050d48ec875e0c61d370"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "77aa2741861a823b5305a2f2a53c955251e993ef05f02a4c8b2bfa7c689d71a3"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)