homebrew-cask/Casks/qlvideo.rb

16 lines
561 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qlvideo' do
2016-07-10 19:44:49 +08:00
version '1.87'
sha256 '0f21d994715fa409a858b5f04a76708975b4109dd9ac4e820dbccb7caaf61ded'
2014-10-20 01:49:30 +08:00
url "https://github.com/Marginal/QLVideo/releases/download/rel-#{version.no_dots}/QLVideo_#{version.no_dots}.pkg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/Marginal/QLVideo/releases.atom',
2016-07-26 05:57:38 +08:00
checkpoint: 'ea20ff8a5722e2875766d1d469ec5dea161fbf5cfcf3c15169fdf4c1b6a519ee'
2015-01-05 03:53:20 +08:00
name 'QuickLook Video'
2014-10-20 01:49:30 +08:00
homepage 'https://github.com/Marginal/QLVideo'
license :gpl
pkg "QLVideo_#{version.no_dots}.pkg"
2014-11-22 22:12:44 +08:00
uninstall pkgutil: 'uk.org.marginal.qlvideo'
2014-10-20 01:49:30 +08:00
end