Skip to content

Commit

Permalink
Merge pull request #199675 from salvogiangri/patch-2
Browse files Browse the repository at this point in the history
telegram 11.7
  • Loading branch information
bevanjkay authored Jan 28, 2025
2 parents de4a952 + 9ef7620 commit 9cf0972
Showing 1 changed file with 7 additions and 3 deletions.
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)
end
end

auto_updates true
Expand Down

0 comments on commit 9cf0972

Please sign in to comment.