lynkeos: update zap, add depends_on

This commit is contained in:
Justin Krehel
2023-12-29 13:47:56 -05:00
parent e098cea5fe
commit c4a6e2c6e4
+4
View File
@@ -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",
]