Files
homebrew-cask/Casks/e/exfalso.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

20 lines
566 B
Ruby

cask "exfalso" do
version "4.4.0"
sha256 "0e0fca957833ab1b6ea58b7617984d4fb3633b30ab5e8ad58128b11cd32ca5d9"
url "https://github.com/quodlibet/quodlibet/releases/download/release-#{version}/ExFalso-#{version}.dmg",
verified: "github.com/quodlibet/quodlibet/"
name "Ex Falso"
desc "Music tag editor"
homepage "https://quodlibet.readthedocs.io/"
livecheck do
url "https://quodlibet.readthedocs.io/en/latest/downloads.html"
regex(%r{href=.*?/ExFalso[._-]v?(\d+(?:\.\d+)+)\.dmg}i)
end
app "ExFalso.app"
zap trash: "~/.quodlibet"
end