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.
13 lines
359 B
13 lines
359 B
10 years ago
|
cask :v1 => 'telegram-dev' do
|
||
|
version '0.8.40.dev'
|
||
|
sha256 '8ab0de90a581da1685e8ff3224ccf286dd74bb2dde241a69917f1eafd55d8e66'
|
||
|
|
||
|
# tdesktop.com is the official download host per the vendor homepage
|
||
|
url "https://updates.tdesktop.com/tmac/tsetup.#{version}.dmg"
|
||
|
name 'Telegram'
|
||
|
homepage 'https://telegram.org/'
|
||
|
license :gpl
|
||
|
|
||
|
app 'Telegram.app'
|
||
|
end
|