homebrew-cask/Casks/qlvideo.rb

16 lines
573 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qlvideo' do
2015-03-23 09:26:03 +08:00
version '1.84'
sha256 '5f055f2e152e352217350712ed483f11e48a4966f49d30d42591c8cc7342c90a'
2014-10-20 01:49:30 +08:00
url "https://github.com/Marginal/QLVideo/releases/download/rel-#{version.delete('.')}/QLVideo_#{version.delete('.')}.pkg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/Marginal/QLVideo/releases.atom',
checkpoint: 'c199d34c99e519d672963a4de75f75a7b1a0cc12333f21382e09c4297670737f'
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.delete('.')}.pkg"
2014-11-22 22:12:44 +08:00
uninstall pkgutil: 'uk.org.marginal.qlvideo'
2014-10-20 01:49:30 +08:00
end