homebrew-cask/Casks/webpquicklook.rb

14 lines
520 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'webpquicklook' do
2014-12-20 18:21:03 +08:00
version '2.2'
sha256 'b7495e90589f2f9ee13c331d840ff638399817bd906da61aa32bb21a9c26f32b'
2014-09-26 20:09:18 +08:00
url "https://github.com/dchest/webp-quicklook/releases/download/v#{version}/WebP-#{version}.qlgenerator.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/dchest/webp-quicklook/releases.atom',
checkpoint: 'ff7b9b8d5b1588c93785eee60ad68949987e788aef7c9820378082ecb475e442'
2015-01-06 10:13:43 +08:00
name 'WebP QuickLook Plugin'
homepage 'https://github.com/dchest/webp-quicklook'
2014-10-12 00:34:57 +08:00
license :mit
2013-12-08 01:34:47 +08:00
qlplugin 'WebP.qlgenerator'
end