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
760 B
18 lines
760 B
cask 'telegram-alpha' do
|
|
version '3.1.2.102745,557'
|
|
sha256 'ea3d09aff288cea700e6c46f995b63b3cb3bb7d2280c45a6c1df7dc1a6038fe0'
|
|
|
|
# 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: '6a3e773f34171de5f1a780cf4288d8bac854b8fbd390792071cb34620692cf7a'
|
|
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
|
|
|