lincastor: remove

Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
Rui Chen
2023-09-05 20:44:12 -04:00
parent 876498a8b5
commit e265ded18c
-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