homebrew-cask/Casks/giffun.rb

12 lines
333 B
Ruby
Raw Normal View History

2014-06-22 17:39:17 +08:00
class Giffun < Cask
version '2008-03-13'
sha256 '057e89ee3e5e39c82f40ea490f9f601a487bf688f55cd7e5e7e3b3f9ce812a4a'
2014-10-09 23:28:11 +08:00
# dropbox is the official download host per the vendor homepage
2014-09-26 22:58:33 +08:00
url "http://dl.dropbox.com/u/2000860/GIFfun-#{version}.dmg"
2014-06-22 17:39:17 +08:00
homepage 'http://www.stone.com/GIFfun/'
2014-10-01 23:32:57 +08:00
license :unknown
2014-06-22 17:39:17 +08:00
2014-09-16 00:05:37 +08:00
app 'GIFfun.app'
2014-06-22 17:39:17 +08:00
end