homebrew-cask/Casks/ckb.rb

15 lines
441 B
Ruby
Raw Normal View History

cask 'ckb' do
2016-07-25 07:43:45 +08:00
version '0.2.6'
sha256 '724f7ee9a0e363304bc2b0b82713582bf366a07f2e4c4639389bb6f7efb7ebbf'
url "https://github.com/ccMSC/ckb/releases/download/v#{version}/ckb.pkg"
appcast 'https://github.com/ccMSC/ckb/releases.atom',
2017-07-28 11:37:10 +08:00
checkpoint: '7c4d9d7c8e23e91beb865efdf41512c8ed77b820fe28d11630dc67ab5fc710b9'
name 'ckb'
homepage 'https://github.com/ccMSC/ckb'
pkg 'ckb.pkg'
uninstall pkgutil: 'com.ckb.ckb'
end