Telegram 4.12.2 => 4.13.0 (#9127)

This commit is contained in:
Ed Reel
2023-12-25 21:54:59 -06:00
committed by GitHub
parent eebb76baf5
commit 96dc87e4a8
2 changed files with 5 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
/usr/local/bin/Telegram
/usr/local/bin/telegram
/usr/local/bin/Telegram

View File

@@ -3,12 +3,12 @@ require 'package'
class Telegram < Package
description "Telegram is a messaging app with a focus on speed and security, it's super-fast, simple and free."
homepage 'https://telegram.org/'
version '4.12.2'
version '4.13.0'
license 'BSD, LGPL-2+ and GPL-3-with-openssl-exception'
compatibility 'x86_64'
min_glibc '2.29'
source_url 'https://updates.tdesktop.com/tlinux/tsetup.4.12.2.tar.xz'
source_sha256 '0b412e0d685d7bf85302d971c893a505e5eb05f0c39a6706566f230058f4ad40'
source_url 'https://updates.tdesktop.com/tlinux/tsetup.4.13.0.tar.xz'
source_sha256 '0b3ac9df357ba02097240c25f2fe2f36e81e345b2b0fe848c90d097f42dba052'
depends_on 'mesa'
@@ -34,6 +34,6 @@ class Telegram < Package
end
def self.postinstall
puts "\nType 'telegram' to get started.\n".lightblue
ExitMessage.add "\nType 'telegram' to get started.\n".lightblue
end
end