Skip to content

Commit fc87832

Browse files
authored
Merge pull request #210362 from Homebrew/bump-gat-0.21.2
gat 0.21.2
2 parents 5312b02 + 2c58b99 commit fc87832

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/gat.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Gat < Formula
22
desc "Cat alternative written in Go"
33
homepage "https://github.com/koki-develop/gat"
4-
url "https://github.com/koki-develop/gat/archive/refs/tags/v0.21.1.tar.gz"
5-
sha256 "c96b510ab30a68c0eb64ddc47ba1f9ae688a22754d7a86643e3d021896ef53c4"
4+
url "https://github.com/koki-develop/gat/archive/refs/tags/v0.21.2.tar.gz"
5+
sha256 "17536538142780aa9cc32dec491778e2fcbf783848ea30cb5aac553ed8e75812"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "89742894af0a84651ea40b74a1eb09edc1828c3085f686b01431acb60c005053"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "89742894af0a84651ea40b74a1eb09edc1828c3085f686b01431acb60c005053"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "89742894af0a84651ea40b74a1eb09edc1828c3085f686b01431acb60c005053"
12-
sha256 cellar: :any_skip_relocation, sonoma: "c8f6c5e2f602352996933199f8ff180339e4f18baf5508c5d42488b396c0d2f7"
13-
sha256 cellar: :any_skip_relocation, ventura: "c8f6c5e2f602352996933199f8ff180339e4f18baf5508c5d42488b396c0d2f7"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "954bc4f8b0982d9174c32f20e4da8ba6b7b17cef89b3e4c99221d05e2b28667f"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "eec2eb7915040c64071f99805b89cf8f99a9ff6e2153cd7a1b76c950bf6d0255"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "eec2eb7915040c64071f99805b89cf8f99a9ff6e2153cd7a1b76c950bf6d0255"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "eec2eb7915040c64071f99805b89cf8f99a9ff6e2153cd7a1b76c950bf6d0255"
12+
sha256 cellar: :any_skip_relocation, sonoma: "16ba60b0033d44c46a382fc952c833199b81103685afbcfae6092b40d0996b16"
13+
sha256 cellar: :any_skip_relocation, ventura: "16ba60b0033d44c46a382fc952c833199b81103685afbcfae6092b40d0996b16"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5b81415e540ddd9020fbc64b1e3ed91fe43ecf4d42be57fe282540088c034296"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)