homebrew-cask/Casks/ckb-next.rb

18 lines
562 B
Ruby

cask 'ckb-next' do
version '0.3.1'
sha256 'd2f8ab5dfa9599f148a5a4988e5521e3ba7da16e5d9beaf8c820c59a1ea578b4'
url "https://github.com/ckb-next/ckb-next/releases/download/v#{version}/ckb-next_v#{version}.dmg"
appcast 'https://github.com/ckb-next/ckb-next/releases.atom'
name 'ckb-next'
homepage 'https://github.com/ckb-next/ckb-next'
pkg 'ckb-next.mpkg'
uninstall pkgutil: [
'org.ckb-next.ckb',
'org.ckb-next.daemon',
],
launchctl: 'org.ckb-next.daemon'
end