Skip to content

Commit a343cc0

Browse files
authored
Merge pull request #217305 from Homebrew/bump-rmlint-2.10.3
rmlint 2.10.3
2 parents af1b9ec + 8224af2 commit a343cc0

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

.github/autobump.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2995,6 +2995,7 @@ risor
29952995
river
29962996
rizin
29972997
rke
2998+
rmlint
29982999
rmw
29993000
rnr
30003001
roadrunner

Formula/r/rmlint.rb

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
class 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
9-
sha256 cellar: :any, arm64_sequoia: "078bb44e98c88380cea69407a81edbee8f579718ce0610d4dc1c0d194a74909f"
10-
sha256 cellar: :any, arm64_sonoma: "e0230b688d4affb228e377a0c26b0d5d32b00ac520c67f8c0a125638be50927d"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b150afab45efddb5b6df4ea0e31698447aa772a9ffa4979d3af991723477fa54"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "dd0d1429fee2937667a3bfeefa62afa4d1844295c728e018a6aa73161bba365a"
13-
sha256 cellar: :any_skip_relocation, arm64_big_sur: "89d78b6e1b503c1a3392085e00eff9b757285c1404ae0d48b9152536b40bae48"
14-
sha256 cellar: :any, sonoma: "7800b37fe7f0448ac5fe34ebf266e0957b1c42f308c844e42b442b0a9d7b1bd0"
15-
sha256 cellar: :any_skip_relocation, ventura: "6f0ce088122c58e5a26e0d8f11781c08cb8e08eee08562b3a2010b345975a724"
16-
sha256 cellar: :any_skip_relocation, monterey: "d261d543a78134d20476c58bf77c7f8d11523205c238ec128a4bba212ef141bb"
17-
sha256 cellar: :any_skip_relocation, big_sur: "380c6d02cfafea119241c0bd887e147b049179ac16f3b08cc4dc419c882105db"
18-
sha256 cellar: :any_skip_relocation, arm64_linux: "69bd13ed738fddcd4017751c9093746ed968fa5891ebd592a440cedbed48cf37"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7f056030634c596f3880dcc9b97e71fea6ebf1a556daad25c1907f2e6ab41eeb"
9+
sha256 cellar: :any, arm64_sequoia: "271ea48a158868357536e3dfff58e0707e33f2ce3a14a8040b25ac08b6434474"
10+
sha256 cellar: :any, arm64_sonoma: "b2d780f8713b5f8e9979f38f4fa9cfa831cbd65b2e1a206d8e760606335b2e78"
11+
sha256 cellar: :any, arm64_ventura: "ade2340e57e28b4693f73a4eb919f17bf1a18d39ab268f0ae51d984bf0cfeced"
12+
sha256 cellar: :any, sonoma: "bfc2a7bbbd018d9fa63b6dc5fcdc312e6811bd713a465da66b9a81f1ae03f72e"
13+
sha256 cellar: :any, ventura: "c6a8d12e5c6c75922cb42ebcacfc59b9d659328cd05b566a9ea3b262aed5b79b"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "e7bbe7f7dd26aa3ca9a053570ab919cf162b723ae2f92fd1e90e98e22a54afdd"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0e9369f955ae09325e3c66a511024ea6dd65cb6c5bcca1cba03b7ad3fecc8cfb"
2016
end
2117

2218
depends_on "gettext" => :build
@@ -48,7 +44,7 @@ def install
4844
system "scons", "config"
4945
system "scons"
5046
bin.install "rmlint"
51-
man1.install "docs/rmlint.1.gz"
47+
man1.install "docs/_build/man/rmlint.1"
5248
end
5349

5450
test do

0 commit comments

Comments
 (0)