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.5.3-109294,693'
|
|
sha256 '1f97a677df82757a4c7952f664174dd88f9387a5073fd852835d175a6a86ea1e'
|
|
|
|
# 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: '42d4bfc44f7f35ea7277204642ba295d4f9dfe47f65f5728b9c07c0fb32491d9'
|
|
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
|
|
|