mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Yt_dlp 2023.11.16-py3.13 => 2025.06.30-py3.13 (#12150)
This commit is contained in:
@@ -3,31 +3,23 @@ require 'buildsystems/python'
|
||||
class Yt_dlp < Python
|
||||
description 'A fork of youtube-dl with additional features and patches'
|
||||
homepage 'https://github.com/yt-dlp/yt-dlp'
|
||||
@_ver = '2023.11.16'
|
||||
version "#{@_ver}-#{CREW_PY_VER}"
|
||||
version "2025.06.30-#{CREW_PY_VER}"
|
||||
license 'MIT'
|
||||
compatibility 'all'
|
||||
source_url 'https://github.com/yt-dlp/yt-dlp.git'
|
||||
git_hashtag @_ver
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '88d16c94433eebc091c1ff59aceb6e538efacdcc9328e1744e31a56bb2aa3156',
|
||||
armv7l: '88d16c94433eebc091c1ff59aceb6e538efacdcc9328e1744e31a56bb2aa3156',
|
||||
i686: '578247d398de210015c9f0085b0ebcd9784e6d66a3858f62e76efbef2de75b71',
|
||||
x86_64: '2e8e2cbdeb7e557e08e17ecde8e605f2d3e787f043995d4dcfd42ddb5dcccdc9'
|
||||
})
|
||||
git_hashtag version.split('-')[0]
|
||||
|
||||
depends_on 'py3_brotlicffi'
|
||||
depends_on 'py3_certifi'
|
||||
depends_on 'py3_hatchling'
|
||||
depends_on 'py3_mutagen'
|
||||
depends_on 'py3_pycryptodomex'
|
||||
depends_on 'py3_websockets'
|
||||
depends_on 'python3'
|
||||
|
||||
no_compile_needed
|
||||
|
||||
def self.postinstall
|
||||
ExitMessage.add <<~EOF.lightblue
|
||||
Type 'yt-dlp' to get started.
|
||||
EOF
|
||||
ExitMessage.add "\nType 'yt-dlp' to get started.\n"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user