mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 06:06:50 -06:00
11 lines
333 B
Ruby
11 lines
333 B
Ruby
class Giffun < Cask
|
|
version '2008-03-13'
|
|
sha256 '057e89ee3e5e39c82f40ea490f9f601a487bf688f55cd7e5e7e3b3f9ce812a4a'
|
|
|
|
# dropbox is the official download host per the vendor homepage
|
|
url "http://dl.dropbox.com/u/2000860/GIFfun-#{version}.dmg"
|
|
homepage 'http://www.stone.com/GIFfun/'
|
|
license :unknown
|
|
|
|
app 'GIFfun.app'
|
|
end
|