youtube-dl -> 2021.12.17 (#7114)

* youtube-dl -> 2021.12.17
* bump version in youtubedl.rb
* add binaries

Co-authored-by: Ed Reel <edreel@gmail.com>
This commit is contained in:
Cassandra Watergate
2022-06-04 08:24:10 -07:00
committed by GitHub
parent c91dce3670
commit d688fb1a2a
2 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ require 'package'
class Youtubedl < Package
description 'Legacy compatibility package for youtube_dl'
homepage 'https://youtube-dl.org/'
@_ver = '2021.06.06'
@_ver = '2021.12.17'
version @_ver
license 'public-domain'
compatibility 'all'