Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

telegram 11.7 #199675

Merged
merged 2 commits into from
Jan 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions Casks/t/telegram.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
cask "telegram" do
version "11.6,270262"
sha256 "4a930c39fcf4def28a09bd4d9ad3582f2f0a5295de90301535ba503eec47d43f"
version "11.7,270736"
sha256 "2f32651a6fc7eab0fa642451bf7f7bd5cd00075e96ad7e1b6207d5f4df73299c"

url "https://osx.telegram.org/updates/Telegram-#{version.csv.first}.#{version.csv.second}.app.zip"
name "Telegram for macOS"
desc "Messaging app with a focus on speed and security"
homepage "https://macos.telegram.org/"

# The sparkle feed uses incorrect pubDate values, so it's necessary to
# work with all of the items in the feed (not just the newest one).
livecheck do
url "https://osx.telegram.org/updates/versions.xml"
strategy :sparkle
strategy :sparkle do |items|
items.map(&:nice_version)
khipp marked this conversation as resolved.
Show resolved Hide resolved
end
end

auto_updates true
Expand Down
Loading