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.
|
|
|
cask 'telegram-alpha' do
|
|
|
|
version '2.91.90444,188'
|
|
|
|
sha256 '7eb5585ad07e6367544f1a35b9ebe7a8662617fe3d4909b6afe48f35f6c6bf44'
|
|
|
|
|
|
|
|
# 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: '3dd5c61d9397174c91748cb77487c96d2b550def6b25ee419bb5300089ec09c2'
|
|
|
|
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
|