homebrew-cask/Casks/phew.rb

15 lines
417 B
Ruby

cask 'phew' do
version '1.0'
sha256 'f4d6c78f98926b5e84bdbba68e06f5646545af15623807df26a7715e3397203d'
url "https://sveinbjorn.org/files/software/phew/Phew-#{version}.zip"
appcast 'https://sveinbjorn.org/files/appcasts/PhewAppcast.xml'
name 'Phew'
homepage 'https://sveinbjorn.org/phew'
auto_updates true
app 'Phew.app'
qlplugin "#{appdir}/Phew.app/Contents/Resources/FLIFImages.qlgenerator"
end