dwarf-fortress: use deprecate! instead of discontinued

This commit is contained in:
Rylan Polster
2023-12-17 17:45:52 -05:00
parent 92ee93b0d5
commit 41d7f1e473
+2 -2
View File
@@ -9,6 +9,8 @@ cask "dwarf-fortress" do
# shim script (https://github.com/Homebrew/homebrew-cask/issues/18809)
shimscript = "#{staged_path}/df_osx/df.wrapper.sh"
deprecate! date: "2023-12-17", because: :discontinued
binary shimscript, target: "dwarf-fortress"
preflight do
@@ -25,8 +27,6 @@ cask "dwarf-fortress" do
end
caveats do
discontinued
<<~EOS
During uninstall, your save data will be copied to /tmp/dwarf-fortress-save
EOS