ytdl: Add version 0.6.3 (#1173)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Andrei B 2020-06-19 10:30:55 +02:00 committed by GitHub
parent da4347a76d
commit b32346414d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

24
bucket/ytdl.json Normal file
View File

@ -0,0 +1,24 @@
{
"version": "0.6.3",
"description": "YouTube download library and CLI",
"homepage": "https://github.com/rylio/ytdl",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/rylio/ytdl/releases/download/v0.6.3/ytdl_0.6.3_windows_amd64.tar.gz",
"hash": "62271fa9f275ee0c15a15b2e4f68ac366d46a2c399333fe98ea6ae1cbc08db53"
}
},
"bin": "ytdl.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/rylio/ytdl/releases/download/v$version/ytdl_$version_windows_amd64.tar.gz"
}
},
"hash": {
"url": "$baseurl/ytdl_$version_checksums.txt"
}
}
}