homebrew-cask/Casks/ckb-next.rb

18 lines
562 B
Ruby
Raw Normal View History

2018-05-14 04:39:25 +08:00
cask 'ckb-next' do
2018-08-01 09:15:06 +08:00
version '0.3.1'
sha256 'd2f8ab5dfa9599f148a5a4988e5521e3ba7da16e5d9beaf8c820c59a1ea578b4'
2018-05-14 04:39:25 +08:00
url "https://github.com/ckb-next/ckb-next/releases/download/v#{version}/ckb-next_v#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/ckb-next/ckb-next/releases.atom'
2018-05-14 04:39:25 +08:00
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',
],
2018-05-14 04:53:13 +08:00
launchctl: 'org.ckb-next.daemon'
2018-05-14 04:39:25 +08:00
end