yt-dlp: switch to sha256 for virustotal compatibility (#6899)

Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
BoringBoredom 2025-07-05 20:46:45 +02:00 committed by GitHub
parent 3083d25a81
commit ba1eae1cec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,40 +1,40 @@
{ {
"version": "2025.06.30", "version": "2025.06.30",
"description": "A youtube-dl fork with additional features and fixes.", "description": "A youtube-dl fork with additional features and fixes.",
"homepage": "https://github.com/yt-dlp/yt-dlp", "homepage": "https://github.com/yt-dlp/yt-dlp",
"license": "Unlicense", "license": "Unlicense",
"suggest": { "suggest": {
"ffmpeg": "ffmpeg" "ffmpeg": "ffmpeg"
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.06.30/yt-dlp.exe", "url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.06.30/yt-dlp.exe",
"hash": "sha512:fd9d04da14668491571f2474a4cc0309f98f994304f6309e4e09563c57662ce7939cb4b8addebee424efc6f65ffd09e386af22dd9cdf5a134b3fc041bd8804a8" "hash": "c070670e32cc7deaa5f3fcf51563b415ad9091323208f242fa6a3a3bab85bffd"
}, },
"32bit": { "32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.06.30/yt-dlp_x86.exe#/yt-dlp.exe", "url": "https://github.com/yt-dlp/yt-dlp/releases/download/2025.06.30/yt-dlp_x86.exe#/yt-dlp.exe",
"hash": "sha512:7b50521b4e98beecdaf0c2dd1fdf94be3ea411ba27395c3dde6cb2ba054bfc41e58a6f3363d4fa682fbed297c004499f7ef58b396026d97e8f608b06dd1d8d2e" "hash": "70d29552ad07431eee0b5d3bd7aa4aa91dd5526776bbebcef79ec2d40fceba37"
} }
}, },
"bin": "yt-dlp.exe", "bin": "yt-dlp.exe",
"pre_install": "if (-not (Test-Path \"$persist_dir\\yt-dlp.conf\")) { New-Item \"$dir\\yt-dlp.conf\" -ItemType file | Out-Null }", "pre_install": "if (-not (Test-Path \"$persist_dir\\yt-dlp.conf\")) { New-Item \"$dir\\yt-dlp.conf\" -ItemType file | Out-Null }",
"persist": [ "persist": [
"yt-dlp.conf", "yt-dlp.conf",
"ytdlp_plugins", "ytdlp_plugins",
"yt-dlp-plugins" "yt-dlp-plugins"
], ],
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.exe" "url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp.exe"
}, },
"32bit": { "32bit": {
"url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe" "url": "https://github.com/yt-dlp/yt-dlp/releases/download/$version/yt-dlp_x86.exe#/yt-dlp.exe"
} }
}, },
"hash": { "hash": {
"url": "$baseurl/SHA2-512SUMS" "url": "$baseurl/SHA2-256SUMS"
} }
} }
} }