homebrew-cask/Casks/chat.rb

13 lines
499 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'chat' do
2015-08-09 04:47:00 +08:00
version '1.0.3-1429112097'
sha256 '430028e75c0a01ae2f8cad9b3b2bb64ae30893c5fc4ce524b5c5dd3a9413c123'
2016-02-01 23:10:19 +08:00
# devmate.com/com.perma.chat was verified as official when first introduced to the cask
url "https://dl.devmate.com/com.perma.chat/#{version.sub(%r{-.*$}, '')}/#{version.sub(%r{.*?-}, '')}/Chat-#{version.sub(%r{-.*$}, '')}.zip"
2018-06-12 22:37:26 +08:00
appcast 'http://updateinfo.devmate.com/com.perma.chat/updates.xml'
name 'Chat'
homepage 'https://www.chatformac.com/'
app 'Chat.app'
end