File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2995,6 +2995,7 @@ risor
29952995river
29962996rizin
29972997rke
2998+ rmlint
29982999rmw
29993000rnr
30003001roadrunner
Original file line number Diff line number Diff line change 11class Rmlint < Formula
22 desc "Extremely fast tool to remove dupes and other lint from your filesystem"
33 homepage "https://rmlint.readthedocs.io/en/master/"
4- url "https://github.com/sahib/rmlint/archive/refs/tags/v2.10.2 .tar.gz"
5- sha256 "0a0233ad517e0fb721f21e188a57cdee5279dd5329b38acb56d5d5312ce46388 "
4+ url "https://github.com/sahib/rmlint/archive/refs/tags/v2.10.3 .tar.gz"
5+ sha256 "8ffdbd5d09d15c8717ae55497e90d6fa46f085b45ac1056f2727076da180c33e "
66 license "GPL-3.0-or-later"
77
88 bottle do
@@ -48,7 +48,7 @@ def install
4848 system "scons" , "config"
4949 system "scons"
5050 bin . install "rmlint"
51- man1 . install "docs/rmlint.1.gz "
51+ man1 . install "docs/_build/man/ rmlint.1"
5252 end
5353
5454 test do
You can’t perform that action at this time.
0 commit comments