ScoopInstaller_Main/bucket/youtube-dl.json
2019-07-26 21:00:38 +00:00

22 lines
680 B
JSON

{
"homepage": "https://rg3.github.io/youtube-dl/",
"license": "Public Domain",
"version": "2019.07.27",
"url": "https://github.com/rg3/youtube-dl/releases/download/2019.07.27/youtube-dl.exe",
"hash": "4209abd7e284aea928a1f58be0b58c781b542d576e2481398ba4a28bc0f06a36",
"bin": "youtube-dl.exe",
"depends": "ffmpeg",
"suggest": {
"vcredist": "extras/vcredist2010"
},
"checkver": {
"github": "https://github.com/rg3/youtube-dl"
},
"autoupdate": {
"url": "https://github.com/rg3/youtube-dl/releases/download/$version/youtube-dl.exe",
"hash": {
"url": "$baseurl/SHA2-256SUMS"
}
}
}