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.
12 lines
361 B
12 lines
361 B
cask 'telegram-desktop-dev' do
|
|
version '0.9.51'
|
|
sha256 '7d898a6ddc2c9a2722d37867d22b422d63cf218f721dbb8942d67696b2f6aadd'
|
|
|
|
url "https://updates.tdesktop.com/tmac/tsetup.#{version}.dmg"
|
|
name 'Telegram'
|
|
homepage 'https://tdesktop.com/'
|
|
license :gpl
|
|
|
|
# Renamed to avoid conflict with telegram
|
|
app 'Telegram.app', target: 'Telegram Desktop.app'
|
|
end
|
|
|