homebrew-cask/Casks/zxpinstaller.rb

15 lines
576 B
Ruby
Raw Normal View History

2016-09-29 10:11:53 +08:00
cask 'zxpinstaller' do
version '1.5.0'
sha256 'fe54a02b891c99d4452f723447166e2d1da0c3a47a3ebe7b9762ed2243963ba4'
# github.com/CreativeDo/ZXPInstaller was verified as official when first introduced to the cask
url "https://github.com/CreativeDo/ZXPInstaller/releases/download/#{version}/ZXPInstaller.dmg"
appcast 'https://github.com/CreativeDo/ZXPInstaller/releases.atom',
checkpoint: 'b90c69ba778b9321c00765c0d04e0e1d6aa38db8a88b49cf4ba86928108b020a'
name 'ZXPInstaller'
homepage 'http://zxpinstaller.com'
license :gpl
app 'ZXPInstaller.app'
end