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
758 B
18 lines
758 B
cask 'telegram-alpha' do
|
|
version '2.97.94828,317'
|
|
sha256 '5e04434ec56ea22ff1af1c45f0e69e189019db35a0d53a7210a4778d9ab5d44b'
|
|
|
|
# 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: 'fb1eea12e86a285779d1c4fdd3ee2f9aa5961ff2e986adacddfd3caaace54280'
|
|
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
|
|
|