mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
Merge pull request #159627 from krehel/zsa-wally-discontinue
zsa-wally: mark discontinued
This commit is contained in:
+10
-5
@@ -8,15 +8,20 @@ cask "zsa-wally" do
|
||||
desc "Flash tool for ZSA keyboards"
|
||||
homepage "https://ergodox-ez.com/pages/wally"
|
||||
|
||||
livecheck do
|
||||
url "https://configure.ergodox-ez.com/wally/osx"
|
||||
strategy :header_match
|
||||
end
|
||||
|
||||
app "Wally.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Preferences/com.zsa.wally.plist",
|
||||
"~/Library/Saved Application State/com.zsa.wally.savedState",
|
||||
]
|
||||
|
||||
caveats do
|
||||
discontinued
|
||||
|
||||
<<~EOS
|
||||
Keymapp is the official successor to this software:
|
||||
|
||||
brew install --cask keymapp
|
||||
EOS
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user