You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
754 B
18 lines
754 B
cask 'telegram-alpha' do
|
|
version '104015,580'
|
|
sha256 'b0f0b028305dd9d825d4ee2b03c9e3444b4b2ffd87245d0f28e2f3ef19684cc6'
|
|
|
|
# hockeyapp.net/api/2/apps/6ed2ac3049e1407387c2f1ffcb74e81f was verified as official when first introduced to the cask
|
|
url "https://rink.hockeyapp.net/api/2/apps/6ed2ac3049e1407387c2f1ffcb74e81f/app_versions/#{version.after_comma}?format=zip"
|
|
appcast 'https://rink.hockeyapp.net/api/2/apps/6ed2ac3049e1407387c2f1ffcb74e81f',
|
|
checkpoint: 'd195a31cb3532406a10d6aa6d5a493e7e94c5283419a3070d52ea3ea581eec8a'
|
|
name 'Telegram for macOS'
|
|
name 'Telegram Swift'
|
|
homepage 'https://macos.telegram.org/'
|
|
|
|
auto_updates true
|
|
conflicts_with cask: 'telegram'
|
|
depends_on macos: '>= :yosemite'
|
|
|
|
app 'Telegram.app'
|
|
end
|
|
|