Merge pull request #154489 from chenrui333/lincastor-remove

lincastor: remove
This commit is contained in:
Bevan Kay
2023-09-06 11:16:02 +10:00
committed by GitHub
-23
View File
@@ -1,23 +0,0 @@
cask "lincastor" do
version "4.0"
sha256 :no_check
url "https://onflapp.github.io/blog/releases/lincastor/LinCastor.zip"
name "LinCastor"
desc "Choose a web browser when opening a link"
homepage "https://onflapp.github.io/blog/pages/LinCastorBrowser.html"
livecheck do
url "https://onflapp.github.io/blog/releases/lincastor/appcast.xml"
strategy :sparkle
end
depends_on macos: ">= :sierra"
app "LinCastor.app"
zap trash: [
"~/Library/Application Support/LinCastor",
"~/Library/Preferences/com.onflapp.LinCastor.plist",
]
end