Skip to content

Commit

Permalink
Merge pull request #162745 from iyear/bump-telegram-downloader-0.16.0
Browse files Browse the repository at this point in the history
telegram-downloader 0.16.0
  • Loading branch information
BrewTestBot committed Feb 15, 2024
2 parents 47ef0b7 + 04163c5 commit 3dc03c9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/telegram-downloader.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class TelegramDownloader < Formula
desc "Telegram Messenger downloader/tools written in Golang"
homepage "https://docs.iyear.me/tdl/"
url "https://github.com/iyear/tdl/archive/refs/tags/v0.15.1.tar.gz"
sha256 "4bd9d216d4e6b5cc4217ceebb7419660543eff778aa3397978055bbc1b61d393"
url "https://github.com/iyear/tdl/archive/refs/tags/v0.16.0.tar.gz"
sha256 "c44bd131a11239d94af5df1a4323ab76185b9b023d9f3c2be1b4a3846c625f07"
license "AGPL-3.0-only"
head "https://github.com/iyear/tdl.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6aa5873ba98033b39a328676659e32b361ceb388cecab69742794f2e82ccbb8"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2b624281fce6baaee1facb1e99abe0418d6dd1b5f4630bf0bf538bb02452c3e1"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9d8c62c1eb7eacb5c371ff09c18b1dba3346fcf47b299e306f5aa7a7ec5988d0"
sha256 cellar: :any_skip_relocation, sonoma: "e9ae1e02d65837cb2389db6b857525ed9c9561d7e0c416ce67bd04b2f486ca26"
sha256 cellar: :any_skip_relocation, ventura: "e057e060e22430b3cdf7136ed6304b52c6740547d3bc81af16aaa3463de5dce4"
sha256 cellar: :any_skip_relocation, monterey: "6e5a4a5f41fd7318fdab7452f9e935de3089b3d48f878c8f43785dc68e23be6f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "86729a505e005bc22d607edb611ebb1d4b4e60cda3c98d58c6e205ad10df1de7"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc72dd439c94addb26cd190f506fb095d8d078369368319dbb5e034e200617ef"
sha256 cellar: :any_skip_relocation, arm64_ventura: "c118f31117e545f8d5049d399f87b884c3c9d1bf01adab5481166335dfecebe3"
sha256 cellar: :any_skip_relocation, arm64_monterey: "6946d6705efd1f1854df426430b17d000e01cbd39667720fc806bec1f453b4b2"
sha256 cellar: :any_skip_relocation, sonoma: "11e1ea354ad21cead299da5cfcaee40b4c31bdb5750ca9d3000e40e2912a13f6"
sha256 cellar: :any_skip_relocation, ventura: "fa5d0362484b2ea7a5407725a8066728eb99116b14d00ac607d79e7f9ada2db7"
sha256 cellar: :any_skip_relocation, monterey: "ea92b30bf438845735cd237dd6564d113ed25de1b443095e84d1264709c85466"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0481a0ffa6eb0e411c755bf4f1bbf17a2e58e60dae99466e536a4026434d8bf0"
end

depends_on "go" => :build
Expand Down

0 comments on commit 3dc03c9

Please sign in to comment.