homebrew-cask/Casks/animated-gif-quicklook.rb

23 lines
818 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'animated-gif-quicklook' do
2016-01-20 10:51:40 +08:00
version '1'
sha256 'c8304e8966ad83e0412685d4ba94fd968f1baa6ce590f468001efda3aa261eb6'
2015-03-06 01:58:56 +08:00
url 'http://downloads.sourceforge.net/sourceforge/animgifqlgen/Animated%20GIF%20Quicklook%20Plugin%20Installer.pkg'
2016-02-27 20:08:04 +08:00
appcast 'http://sourceforge.net/projects/animgifqlgen/rss?path=/files',
checkpoint: 'f7a28b9b96ad478f9165f77a78f14abb2c12a8787d69e3d77c788d1380471720'
2015-03-06 01:58:56 +08:00
name 'Animated GIF Quicklook Plugin'
homepage 'http://animgifqlgen.sourceforge.net/'
license :bsd
pkg 'Animated GIF Quicklook Plugin Installer.pkg'
uninstall pkgutil: [
'com.dford.animatedGifQuicklookPlugin.animatedgifql.pkg',
'com.dford.animatedGifQuicklookPlugin.animatedgifqlreadme.pkg',
]
2016-01-20 10:51:40 +08:00
caveats do
discontinued
end
2015-03-06 01:58:56 +08:00
end