Skip to content

Commit 53a6796

Browse files
authored
Merge pull request #250176 from Homebrew/bump-clippy-1.5.2
clippy 1.5.2
2 parents 2e29d65 + 353a060 commit 53a6796

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/c/clippy.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
class Clippy < Formula
22
desc "Copy files from your terminal that actually paste into GUI apps"
33
homepage "https://github.com/neilberkman/clippy"
4-
url "https://github.com/neilberkman/clippy/archive/refs/tags/v1.5.1.tar.gz"
5-
sha256 "e1775535ee7b00ba1344696d0d60ae8067b445fa0e3b9ffb5fdfb56a0a10a0be"
4+
url "https://github.com/neilberkman/clippy/archive/refs/tags/v1.5.2.tar.gz"
5+
sha256 "1f4fcb4c37e9988c744119990b6abe00dfdd85f45b1977d7d65eb4b78573100c"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "85a30b02ea2324f7a0926268ded16b7a7c83422cc48f9b1cfeac1fc1e93a56c5"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9082c3d04f630353c7e24f177059ff054ac3863b2fb8243c00c923dba4acaee1"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0b35fa12fb7ee1fa69cc18c96dd4595d202180d15c7c8cc0724bd757851ef5bb"
12-
sha256 cellar: :any_skip_relocation, sonoma: "f6e7c9b9c650e237f1175a092e93a57974444836f8352a20305a8b6665b873f5"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "07790c935f68f67685f074913e6cf1533e52d586aed8b3df2ac61f30f3cf5d19"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "84bcec864696f282ab59dc5df112b94e4df24975ac55b9476052b278f6634cac"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d00caa8628cebf42b14c18c263cb2b8e3362331efd5c42d7e3a5597e85920b51"
12+
sha256 cellar: :any_skip_relocation, sonoma: "4636c8bdcd9b6fd07798764e725ffc14bcdf02782c81751f822b8e055ed4b3c5"
1313
end
1414

1515
depends_on "go" => :build

0 commit comments

Comments
 (0)