Skip to content

Commit 67ed6ef

Browse files
authoredNov 30, 2024··
Merge pull request #199600 from Homebrew/bump-scooter-0.2.1
scooter 0.2.1
2 parents 862693a + 2bc3060 commit 67ed6ef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎Formula/s/scooter.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Scooter < Formula
22
desc "Interactive find and replace in the terminal"
33
homepage "https://github.com/thomasschafer/scooter"
4-
url "https://github.com/thomasschafer/scooter/archive/refs/tags/v0.1.2.tar.gz"
5-
sha256 "82fe41560deb2006b11a7c7b176c9d94744c608ffc7c95e846dccb0baeb7adfe"
4+
url "https://github.com/thomasschafer/scooter/archive/refs/tags/v0.2.1.tar.gz"
5+
sha256 "3585c1d2d335f6bef23c9aa2f55fec82f956c9d20ebfcdb5c9cd1aca76978525"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "42c24265d21662bf88e062d40d1b4fb2827c27cc57862a285ce014389c9d00b6"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8ec477aa12f681baf8a44c67ced470c843524e805058173369cb1de1768ad1c7"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "c11689d5b5304333cc4614408630dd69962b7873cc38c217c73f6aea4657cba6"
12-
sha256 cellar: :any_skip_relocation, sonoma: "f4f644e8f1749eee6281bfc1fd74bd88b37c7fc2a6b0bd2bb0606f0f0a2d2d82"
13-
sha256 cellar: :any_skip_relocation, ventura: "e74c429f0d6e9f8cdc0514a8c8f22b997f3c04b337bbbc2813768f056bacf439"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f97b76a4de7d194a577a7b37857113e38c9296333a9f4d077ad705e4101d3e36"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c442d6b86deeafceb15410b13b8f788ec617133cdc09045662281ec6ba41bc8c"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a659655b053c1cd0cf33b176af4c0a6cfbcce7f242253ce520a6cf1ffd146e2d"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "2ab8181ea6a1c14a242759c2c7b5655d8ec5fa27791e5dc51680ca7c7d347e9d"
12+
sha256 cellar: :any_skip_relocation, sonoma: "d81444f7bc95a9626cd2c5bf66149593efa7e6077980feabd35de1e363d805fd"
13+
sha256 cellar: :any_skip_relocation, ventura: "f85bd8158a57f131dedc86c5abcab6f578a9763362b7bae3d315426801b8210c"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b49e5b151751cd465fcc357e4ccdd4ab1187f55a052bbf39b15aba824b87366"
1515
end
1616

1717
depends_on "rust" => :build

0 commit comments

Comments
 (0)
Please sign in to comment.