homebrew-cask/Casks/goofy.rb

15 lines
465 B
Ruby
Raw Normal View History

cask :v1 => 'goofy' do
version :latest
sha256 :no_check
2015-04-18 20:52:17 +08:00
# uberspace.de is the official download host per the vendor homepage
url 'https://dani.taurus.uberspace.de/goofyapp/download.php'
name 'Goofy'
2015-05-24 00:24:11 +08:00
appcast 'https://raw.githubusercontent.com/danielbuechele/goofy/master/update_feed.xml',
:sha256 => '8edb213ddc1bd54ed844837fc265dc06d4b6674d9c4dd2b3364b405ff03a6c94'
homepage 'http://www.goofyapp.com/'
license :mit
app 'Goofy.app'
end