Update icq url to include version and auto_updates (#82493)

This commit is contained in:
Viktor Oreshkin 2020-05-13 20:27:57 +03:00 committed by GitHub
parent 3d9fbf76dc
commit ed4f0a8d11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -2,11 +2,13 @@ cask 'icq' do
version '3.0.27060'
sha256 '54f277c93995f1c4ba70b524c040d8cc0539fe63c9e18787dddd2d768f57e1fc'
# hb.bizmrg.com/icq-www/ was verified as official when first introduced to the cask
url 'https://hb.bizmrg.com/icq-www/mac/x64/icq.dmg'
# icq-www.hb.bizmrg.com was verified as official when first introduced to the cask
url "https://icq-www.hb.bizmrg.com/mac/x64/#{version}/icq.dmg"
appcast "https://icq-www.hb.bizmrg.com/mac/x64/#{version}/version.xml"
name 'ICQ'
homepage 'https://icq.com/mac/en'
homepage 'https://icq.com/desktop'
auto_updates true
app 'ICQ.app'