Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openclonk: deprecate #159373

Merged
merged 1 commit into from
Jan 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Formula/o/openclonk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Openclonk < Formula
license "ISC"
revision 4

# hasn't worked for a long time, see: https://github.com/openclonk/openclonk/issues/63
stable do
url "https://www.openclonk.org/builds/release/7.0/openclonk-7.0-src.tar.bz2"
sha256 "bc1a231d72774a7aa8819e54e1f79be27a21b579fb057609398f2aa5700b0732"
Expand Down Expand Up @@ -63,6 +64,8 @@ class Openclonk < Formula
end
end

deprecate! date: "2023-01-05", because: "does not build since 2018"

depends_on "cmake" => :build
depends_on "freealut"
depends_on "freetype"
Expand Down
Loading