homebrew-cask/Casks/gifs.rb

12 lines
306 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'gifs' do
2014-09-17 19:42:37 +08:00
version :latest
sha256 :no_check
2018-10-07 11:38:01 +08:00
# raw.githubusercontent.com/orta/GIFs was verified as official when first introduced to the cask
url 'https://raw.githubusercontent.com/orta/GIFs/master/web/GIFs.app.zip'
name 'GIFs'
homepage 'https://github.com/orta/GIFs'
app 'GIFs.app'
end