homebrew-cask/Casks/f/flacon.rb

26 lines
682 B
Ruby

cask "flacon" do
version "11.3.0"
sha256 "f566c4173243da4783124e02240a71b249091b47054a78e217a03c65ee723b31"
url "https://github.com/flacon/flacon/releases/download/v#{version}/Flacon_#{version}.dmg",
verified: "github.com/flacon/flacon/"
name "Flacon"
desc "Open source audio file encoder"
homepage "https://flacon.github.io/"
livecheck do
url "https://flacon.github.io/download/feed.xml"
strategy :sparkle
end
auto_updates true
app "Flacon.app"
zap trash: [
"~/Library/Preferences/com.flacon.flacon.plist",
"~/Library/Preferences/io.github.flacon.plist",
"~/Library/Saved Application State/io.github.flacon.savedState",
]
end