homebrew-cask/Casks/goofy.rb

15 lines
515 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'goofy' do
2015-11-29 04:42:08 +08:00
version '2.2.4'
sha256 '95c85fb48a89d5f8e0e54ecfd24f3e1829d0cd63758cb2119cefe8e827293e81'
2015-08-09 08:15:14 +08:00
# github.com is the official download host per the appcast feed
url "https://github.com/danielbuechele/goofy/releases/download/v#{version}/Goofy.app.zip"
name 'Goofy'
2015-08-09 08:15:14 +08:00
appcast 'https://github.com/danielbuechele/goofy/releases.atom',
2015-10-13 15:19:48 +08:00
:sha256 => 'fb33fcb13e310a06a718c63cffc9ef70f18859d4c058d3714dd5a50c56080e91'
homepage 'http://www.goofyapp.com/'
license :mit
app 'Goofy.app'
end