Skip to content

Commit

Permalink
Merge pull request #204136 from Homebrew/bump-nomino-1.5.0
Browse files Browse the repository at this point in the history
nomino 1.5.0
  • Loading branch information
BrewTestBot authored Jan 13, 2025
2 parents b4be54e + a341f07 commit f1b1625
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/n/nomino.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Nomino < Formula
desc "Batch rename utility"
homepage "https://github.com/yaa110/nomino"
url "https://github.com/yaa110/nomino/archive/refs/tags/1.4.0.tar.gz"
sha256 "4b0e1debd76995b60ad020db97431ffcc01a64d4fc0040702ef0dea7ea368536"
url "https://github.com/yaa110/nomino/archive/refs/tags/1.5.0.tar.gz"
sha256 "f309f2c31d83b7a75df287e72eb5d8296cba154d889c8a4e16e30c57eacbf6f6"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/yaa110/nomino.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b5729d142d56baead1fa25ada956193ad29449ae618464e904380e30bc1cd776"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a2ad5b47b0c6fb96487e9f7bdb46ae4ae931b38315b6b4ed9be142f445671fa8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "41099632e58a15ac05cfa9d4d78e015e312c0385a3a52a971c88a2729737f02c"
sha256 cellar: :any_skip_relocation, sonoma: "6d103aa491a92f0929ddbb63a05d7d4ad554bd433d0130edefebfa8462eb6006"
sha256 cellar: :any_skip_relocation, ventura: "1c60c8e8ffdea1c93551caeda58aa544c9b41ae7f38096fa865aa405c91ef81c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7b3c3a600f8ad5defe56c2361397053a45c2f0adc04d398cd7a593d36e7dc9ad"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "34694a98bf124b01e41fff5b3a49a35d99fef94689cbb70c76c8f4bf1a480ba3"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5badb410c8beb4e3eda0fcb5cb0dd03f8b6eb694c00d11e4eb08b68002f613b9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6a313335a9c567f12d826a78ae3d302c7e24d480dbf766779356e56dd4127244"
sha256 cellar: :any_skip_relocation, sonoma: "8dafbb373597c74aff4fbeb01a7bc5ee6e44034083c7cf5efef5663d40b3b986"
sha256 cellar: :any_skip_relocation, ventura: "6227b4efba5464a1384fa615b8961aabcfa2538a1c95546836aeb95a9da652be"
sha256 cellar: :any_skip_relocation, x86_64_linux: "bb3908457f77050e7c5964a8c5d623f50f3e9e71c4ca52bd7233d4049afc9d16"
end

depends_on "rust" => :build
Expand All @@ -26,7 +26,7 @@ def install
(testpath/"Homebrew-#{n}.txt").write n.to_s
end

system bin/"nomino", "-e", ".*-(\\d+).*", "{}"
system bin/"nomino", ".*-(\\d+).*", "{}"

(1..9).each do |n|
assert_equal n.to_s, (testpath/"#{n}.txt").read
Expand Down

0 comments on commit f1b1625

Please sign in to comment.