mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
dynamic-dark-mode: use deprecate! instead of discontinued
This commit is contained in:
@@ -7,14 +7,12 @@ cask "dynamic-dark-mode" do
|
||||
desc "Automatic Dark Mode toggle"
|
||||
homepage "https://github.com/ApolloZhu/Dynamic-Dark-Mode"
|
||||
|
||||
deprecate! date: "2023-12-17", because: :discontinued
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :mojave"
|
||||
|
||||
app "Dynamic Dark Mode.app"
|
||||
|
||||
zap trash: "~/Library/Application Scripts/io.github.apollozhu.Dynamic.Launcher"
|
||||
|
||||
caveats do
|
||||
discontinued
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user