Files
homebrew-cask/Casks/f/finicky.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

21 lines
505 B
Ruby

cask "finicky" do
version "3.4.0"
sha256 "da572a168b670d3271e449ac83d55f1d642aa73695ef50da0c022c0f19da925c"
url "https://github.com/johnste/finicky/releases/download/v#{version}/Finicky.zip"
name "Finicky"
desc "Utility for customizing which browser to start"
homepage "https://github.com/johnste/finicky"
livecheck do
url :url
strategy :github_latest
end
depends_on macos: ">= :sierra"
app "Finicky.app"
zap trash: "~/Library/Preferences/net.kassett.finicky.plist"
end