mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
dozer: use deprecate! instead of discontinued
This commit is contained in:
+3
-5
@@ -7,6 +7,9 @@ cask "dozer" do
|
||||
desc "Tool to hide status bar icons"
|
||||
homepage "https://github.com/Mortennn/Dozer"
|
||||
|
||||
# upstream discussion, https://github.com/Mortennn/Dozer/issues/178
|
||||
deprecate! date: "2023-11-26", because: :discontinued
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
@@ -16,9 +19,4 @@ cask "dozer" do
|
||||
"~/Library/Application Support/com.mortennn.Dozer",
|
||||
"~/Library/Preferences/com.mortennn.Dozer.plist",
|
||||
]
|
||||
|
||||
# upstream discussion, https://github.com/Mortennn/Dozer/issues/178
|
||||
caveats do
|
||||
discontinued
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user