|
|
|
cask 'telegram-alpha' do
|
|
|
|
version '2.99.1.96661,397'
|
|
|
|
sha256 '3b2fabb8f544bd11dfabdca6661c98d6e5465ca8eda1c578e4c5c06ab5a06850'
|
|
|
|
|
|
|
|
# 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: 'c646f7b87c0d702f14aa28dc762faedced70771ee80224ed16db5a8a4c299c6c'
|
|
|
|
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
|