mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
@@ -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
|
||||
Reference in New Issue
Block a user