|
1 | 1 | class Nomino < Formula |
2 | 2 | desc "Batch rename utility" |
3 | 3 | homepage "https://github.com/yaa110/nomino" |
4 | | - url "https://github.com/yaa110/nomino/archive/refs/tags/1.3.7.tar.gz" |
5 | | - sha256 "9c19028b9e685976e9196c0c769c3690f0b56ff1f61f4f6a06ab6a32b163a6a0" |
| 4 | + url "https://github.com/yaa110/nomino/archive/refs/tags/1.4.0.tar.gz" |
| 5 | + sha256 "4b0e1debd76995b60ad020db97431ffcc01a64d4fc0040702ef0dea7ea368536" |
6 | 6 | license any_of: ["Apache-2.0", "MIT"] |
7 | 7 | head "https://github.com/yaa110/nomino.git", branch: "master" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a5ba7ef4602dcd4944b78df2846e8e3a685a62734f501fc4e4af1a9a7cc6270" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "902f9d3471406bbc225d2270112e38da7ddc31b6005ba5e51c0a6a4446a71a75" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "0a927ff74a7687f8a0782ca9df0518cebde1d68b55490ce3f0e49f1c089c8fea" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "dfe3be11e90efe67671aa0bcbedda930ec6384b469ed36335e6215cce01ce041" |
14 | | - sha256 cellar: :any_skip_relocation, ventura: "8bbeeed3cf80e42a6722d933434462824520819a2f8a8b5043f1cf0214fefd85" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "38c858accd5a19e9436c4c45bb1bbb93abe639d8561c5302dd0f92bace2a4836" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5729d142d56baead1fa25ada956193ad29449ae618464e904380e30bc1cd776" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2ad5b47b0c6fb96487e9f7bdb46ae4ae931b38315b6b4ed9be142f445671fa8" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "41099632e58a15ac05cfa9d4d78e015e312c0385a3a52a971c88a2729737f02c" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "6d103aa491a92f0929ddbb63a05d7d4ad554bd433d0130edefebfa8462eb6006" |
| 14 | + sha256 cellar: :any_skip_relocation, ventura: "1c60c8e8ffdea1c93551caeda58aa544c9b41ae7f38096fa865aa405c91ef81c" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "7b3c3a600f8ad5defe56c2361397053a45c2f0adc04d398cd7a593d36e7dc9ad" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "rust" => :build |
|
0 commit comments