|
|
|
cask 'telegram-alpha' do
|
|
|
|
version '3.2.3-104997,616'
|
|
|
|
sha256 '065d652537b3bf5dd68e8dfa7973d8b06c87229ea953ca7e2105a050901d828d'
|
|
|
|
|
|
|
|
# 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: '738438571032a965cdd472ce0609b2c76e49f71d453b2dca48f003d2d35663f6'
|
|
|
|
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
|