homebrew-cask/Casks/telegram.rb

13 lines
360 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'telegram' do
2016-01-07 08:50:49 +08:00
version '0.9.18'
sha256 '5faefc8544f5f6aa0b680fc6276183f8c12f9247ad1bfaf78e2e31e812513f3e'
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"
2015-07-26 09:55:10 +08:00
name 'Telegram Desktop'
2015-07-26 10:08:26 +08:00
homepage 'https://desktop.telegram.org/'
2014-12-23 19:40:12 +08:00
license :gpl
2014-09-16 00:06:27 +08:00
app 'Telegram.app'
end