mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
lynkeos: update zap, add depends_on
This commit is contained in:
@@ -13,9 +13,13 @@ cask "lynkeos" do
|
||||
regex(%r{url=.*?/v?(\d+(?:\.\d+)+)/Lynkeos[._-]App[\d._-]*\.zip}i)
|
||||
end
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Lynkeos-App-#{version.dots_to_hyphens}/Lynkeos.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/net.sourceforge.lynkeos.sfl*",
|
||||
"~/Library/Caches/com.apple.helpd/Generated/Lynkeos help*",
|
||||
"~/Library/Preferences/net.sourceforge.lynkeos.plist",
|
||||
"~/Library/Saved Application State/net.sourceforge.lynkeos.savedState",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user