homebrew-cask/Casks/telegram.rb

13 lines
351 B
Ruby
Raw Normal View History

2014-11-14 01:27:07 +08:00
cask :v1 => 'telegram' do
2015-03-07 09:00:57 +08:00
version '0.7.17'
sha256 '8c724f209947f224b7fea4a88f56e8c54c593fd50b28455cebf6a3462f47d395'
2014-12-23 19:40:12 +08:00
# 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
2014-09-16 00:06:27 +08:00
app 'Telegram.app'
end