Skip to content

Commit 14bf3d9

Browse files
authored
Merge pull request Homebrew#228918 from Homebrew/dumb-deprecate
dumb: deprecate
2 parents e5e3e50 + 9c4329b commit 14bf3d9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Formula/d/dumb.rb

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ class Dumb < Formula
77
# https://src.fedoraproject.org/rpms/dumb/blob/rawhide/f/license-clarification.eml
88
license :cannot_represent
99

10-
livecheck do
11-
skip "No longer developed or maintained"
12-
end
13-
14-
no_autobump! because: :requires_manual_review
15-
1610
bottle do
1711
sha256 cellar: :any, arm64_sequoia: "7158a40eed75a578dd615fdf83840be91a4fd565b0ce5170c4e91d494e0a0a16"
1812
sha256 cellar: :any, arm64_sonoma: "f9510e55b969457e77567594f6963a7a6470f86dac7f252ed3c01757314c44dd"
@@ -28,6 +22,8 @@ class Dumb < Formula
2822
sha256 cellar: :any_skip_relocation, x86_64_linux: "de4310947cbbc1807cf9c2bbdb9dcc42cc381de7153b3dc4f206718a1923fe40"
2923
end
3024

25+
deprecate! date: "2025-07-03", because: :repo_archived
26+
3127
depends_on "cmake" => :build
3228
depends_on "argtable"
3329
depends_on "sdl2"

0 commit comments

Comments
 (0)