|
1 | 1 | class Scooter < Formula
|
2 | 2 | desc "Interactive find and replace in the terminal"
|
3 | 3 | homepage "https://github.com/thomasschafer/scooter"
|
4 |
| - url "https://github.com/thomasschafer/scooter/archive/refs/tags/v0.5.1.tar.gz" |
5 |
| - sha256 "5d8db3e2abdbd2c59c8d21526ff99b7e6294de49b52eedf4a97b1f118c658092" |
| 4 | + url "https://github.com/thomasschafer/scooter/archive/refs/tags/v0.5.2.tar.gz" |
| 5 | + sha256 "d01de7df6b47f56f9c436d20da683d799aa263213ec450c929c520a117cc29ef" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b76d84093846f8ea5e35b48c32311fb2ced9ffd60a28eafce35ac9ec2d73ba9f" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d903f89a748ae990e37241f895b18b15d51bc238095a058b989f802be61fce63" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "57de2b5e7c062140bcabed75e961a788547a08883303544347ff35aff8306af2" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "32ff38e557b3b2061cf6f60550cca5db060e86f3233a1fcead0833d04cf3131b" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "f99b26323adcd3a4971abff518c939d93a916fc76d16e70b4f9ff16ce90f40e2" |
14 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "e58ac7b2297e1156bdcbd68e6de7e2d308f332dd9238181f85b78860683d3f8e" |
15 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "8d8fba70bd36593d77d54b760f619035cde664d8cd6d2a35c6bb02f79fa29ef0" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "cbad6442326939adff9103b3c4ce7479e3756204bc5f54137dca5950b1af84ed" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e587b51cf2da699855815cef4f79febeea839d6945dbbbec23bfc0fc571d311e" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "89af3731ab10ce6bd11f92046c4a8a72b1
6172
e59a96fc04026c6cc1d9a880cd9177" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "cac46ed0f8a91f81fa646a64674678090c50bc9dfd0419bc0c5972a172e20a86" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "e54b805e730323437a03333c86476645f17da0d50624111c1dd4643161a4c08d" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "6ffe698d514ce64600447a454bb00841bf88af07e258548952a6eb1247040aa2" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8c4cfc5932212b668eeda4271a6877ca9a88aee35549daa689b36b044cc23939" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "rust" => :build
|
|
0 commit comments