Update qlimagesize.rb

URL was broken, changed to a .pkg for installation.
This commit is contained in:
Nyx0uf 2014-12-29 12:05:46 +01:00 committed by ndr
parent bebeea1bc2
commit b49365fdfa

View file

@ -2,9 +2,11 @@ cask :v1 => 'qlimagesize' do
version :latest
sha256 :no_check
url 'http://repo.whine.fr/qlImageSize.qlgenerator-10.8.zip'
url 'http://repo.whine.fr/qlImageSize.pkg'
homepage 'https://github.com/Nyx0uf/qlImageSize'
license :oss
qlplugin 'qlImageSize.qlgenerator'
pkg 'qlImageSize.pkg'
uninstall :pkgutil => 'io.whine.qlimagesize.pkg'
end