homebrew-cask/Casks/cctalk.rb

15 lines
497 B
Ruby
Raw Normal View History

2017-03-28 02:24:16 +08:00
cask 'cctalk' do
2018-09-29 03:54:43 +08:00
version '7.3.4,722'
sha256 '2b45ee3bf2fee72dc3d00f260697b3998fa34cc6bc9865bd2ca297dd1b446e8c'
2017-03-28 02:24:16 +08:00
2018-09-29 03:54:43 +08:00
# n1other.hjfile.cn was verified as official when first introduced to the cask
url "https://n1other.hjfile.cn/wx/CCtalk/#{version.after_comma}/CCtalk_#{version.before_comma}-#{version.after_comma}.dmg"
appcast 'https://cc.hjfile.cn/mac/update/info.xml'
2017-08-20 00:58:47 +08:00
name 'CCtalk'
homepage 'https://www.cctalk.com/download/'
2017-03-28 02:24:16 +08:00
2018-05-14 02:08:11 +08:00
depends_on macos: '>= :yosemite'
app 'CCtalk.app'
2017-03-28 02:24:16 +08:00
end