homebrew-cask/Casks/drop-to-gif.rb

15 lines
595 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'drop-to-gif' do
2016-01-07 09:15:08 +08:00
version '1.28'
sha256 'e4814912d1054f9d1c56357d10480ffb59996e59a54b969b45b2d01835fdc707'
2016-02-11 05:44:09 +08:00
# github.com/mortenjust/droptogif was verified as official when first introduced to the cask
2016-01-07 09:15:08 +08:00
url "https://github.com/mortenjust/droptogif/releases/download/#{version}/Drop.to.GIF#{version.no_dots}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mortenjust/droptogif/releases.atom',
checkpoint: '6ac820bac52e7780d1aa24a31dd17e34c7c1253ae1c23f16dc77a91cfc77bab6'
name 'Drop to GIF'
homepage 'https://mortenjust.github.io/droptogif'
license :oss
app 'Drop to GIF.app'
end