homebrew-cask/Casks/quickjson.rb

13 lines
397 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'quickjson' do
2015-09-30 09:04:14 +08:00
version '1.0.0'
sha256 '874fc0afd431f68527929a0592c23a81b70d53e6032419e540551fccd662cfd2'
url "https://github.com/johan/QuickJSON/releases/download/v#{version}/QuickJSON.qlgenerator.zip"
appcast 'https://github.com/johan/QuickJSON/releases.atom'
name 'QuickJSON'
homepage 'https://github.com/johan/QuickJSON'
license :mit
qlplugin 'QuickJSON.qlgenerator'
end