homebrew-cask/Casks/chat.rb

15 lines
579 B
Ruby

cask 'chat' do
version '1.0.3-1429112097'
sha256 '430028e75c0a01ae2f8cad9b3b2bb64ae30893c5fc4ce524b5c5dd3a9413c123'
# devmate.com is the official download host per the appcast feed
url "https://dl.devmate.com/com.perma.chat/#{version.sub(%r{-.*$}, '')}/#{version.sub(%r{.*?-}, '')}/Chat-#{version.sub(%r{-.*$}, '')}.zip"
appcast 'http://updateinfo.devmate.com/com.perma.chat/updates.xml',
:sha256 => '244b00234eee6226b4f1ca04bc398a57ed125af92e43cf2e54b90dd155c3580b'
name 'Chat'
homepage 'https://chatformac.com/'
license :gratis
app 'Chat.app'
end