mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
finbar 1.11.1
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
cask "finbar" do
|
||||
version "1.11.1"
|
||||
sha256 :no_check
|
||||
|
||||
url "https://www.roeybiran.com/apps/finbar/download"
|
||||
name "Finbar"
|
||||
desc "Menu bar searching utility"
|
||||
homepage "https://www.roeybiran.com/apps/finbar"
|
||||
|
||||
livecheck do
|
||||
url "https://www.roeybiran.com/apps/finbar/appcast.xml"
|
||||
strategy :sparkle, &:short_version
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :big_sur"
|
||||
|
||||
app "Finbar.app"
|
||||
|
||||
uninstall quit: "com.roeybiran.Finbar"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/com.roeybiran.Finbar",
|
||||
"~/Library/Preferences/com.roeybiran.Finbar.plist",
|
||||
]
|
||||
end
|
||||
Reference in New Issue
Block a user