Pratik Chowdhury f79dfb7b68
ytdl and rget: marked as deprecated (#2795)
* ytdl: marked as deprecated
https://github.com/rylio/ytdl Repo has been archived by the owner

* rget: marked as deprecated
2021-10-25 08:43:36 +02:00

27 lines
972 B
JSON

{
"version": "0.0.7",
"description": "Downloads URLs and verifies the contents against a publicly recorded cryptographic log.",
"homepage": "https://github.com/merklecounty/rget",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/merklecounty/rget/releases/download/v0.0.7/rget-v0.0.7-windows-amd64.tar.gz",
"hash": "050f278ef29850fa92765eeaac91b539d60a97600f602ccc6161b0e5b3765727",
"extract_dir": "rget-v0.0.7-windows-amd64"
}
},
"bin": "rget.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/merklecounty/rget/releases/download/v$version/rget-v$version-windows-amd64.tar.gz",
"hash": {
"url": "$baseurl/SHA256SUMS"
},
"extract_dir": "rget-v$version-windows-amd64"
}
}
}
}