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.
|
|
|
cask 'telegram-alpha' do
|
|
|
|
version '2.96.94324,300'
|
|
|
|
sha256 'd3543313df822617ba761ce36e8d501c124c281b41ac158c4e0615551afaf304'
|
|
|
|
|
|
|
|
# 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: '81fbb0fb0bac790d4cd0d5f5d4ce183a1311d4d6827b1dfd5a199be70fd31aa8'
|
|
|
|
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
|