You've already forked homebrew-cask
mirror of
https://github.com/encounter/homebrew-cask.git
synced 2026-03-30 11:16:45 -07:00
11 lines
321 B
Ruby
11 lines
321 B
Ruby
cask "quickjson" do
|
|
version "1.0.0"
|
|
sha256 "874fc0afd431f68527929a0592c23a81b70d53e6032419e540551fccd662cfd2"
|
|
|
|
url "https://github.com/johan/QuickJSON/releases/download/v#{version}/QuickJSON.qlgenerator.zip"
|
|
name "QuickJSON"
|
|
homepage "https://github.com/johan/QuickJSON"
|
|
|
|
qlplugin "QuickJSON.qlgenerator"
|
|
end
|