|
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.6.0.tar.gz" |
5 |
| - sha256 "11e9ee10e3cdc626d92c497fd3b3567988bfd07f94478a31a031a8e009fc72cb" |
| 4 | + url "https://github.com/thomasschafer/scooter/archive/refs/tags/v0.8.0.tar.gz" |
| 5 | + sha256 "b6133e9b7ce8e58fe7dd29750247d9d9d6708b19a4a1d4972d19fad24efb2d8f" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_tahoe: "4af569f924c54c24eee609af4362f5a5c1c6fdf5e4460c8e09475cf1feef5766" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8476ec4dcf8968ea1c198bae325a2069e4e3b11d36bb28af4eb5baf3ab425957" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "509bd674184aadf998162e4379a7238760286413f349d1ecfa9221b43aef7039" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "b7b5c01d7fbb4e9444a40e8198862d46847eb0e727ff438f5d4ccc20db057c58" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "a1ffd855c66cf2a3de087c03e25ff81266e28a859354d1a8eeab29613caa7b8d" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "cbe6f94a85be6c929d921f0714fdeb4838fe0284dee64475bb3b4407050da30d" |
15 |
| - sha256 cellar: :any_skip_relocation, arm64_linux: "0e0dec2d2e22be7244ce2ae2a5e8a9a65c6aaadcdff1096d61d71f35a132e175" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "e9a0a1ccf5f5f1c145c36cbde4bcf139d2ed8342df76d3838f259d6221f3e2f8" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "1d426b841a7277b4752e3113c1351c4a4aa0f6a1a2eb75500c4c18df3495648d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "fcb38dcd09a1ae5d934e3550bd15f8605ef88ae26435684f7661f694bed96bd1" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1a2940136ebb2c302c22a7c64c5fae677bbcc4ac035450aa38584ef8c728aff5" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "24cc3b9789139addea6b00d5e01d0027bcba8b5dead5278314de337fabb38d64" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "86a6c9b4ddfd96582d3031d43aafd99ab2e0e552378b0673eefb6486b24e8845" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "f96cbe028d82b736d1b35bb85d33867d542b8411e4de71d833882b7e2e2b6e55" |
17 | 15 | end
|
18 | 16 |
|
19 | 17 | depends_on "rust" => :build
|
|
0 commit comments