2019-11-08 11:00:25 +00:00

33 lines
1.2 KiB
JSON

{
"homepage": "https://github.com/iawia002/annie",
"description": "A fast, simple and clean video downloader built with Go.",
"license": "MIT",
"version": "0.9.6",
"architecture": {
"64bit": {
"url": "https://github.com/iawia002/annie/releases/download/0.9.6/annie_0.9.6_Windows_64-bit.zip",
"hash": "9719749c1b591210cb9a0489c08ad61e16e2534c2a2e8c66a58e3b6b3f01c38d"
},
"32bit": {
"url": "https://github.com/iawia002/annie/releases/download/0.9.6/annie_0.9.6_Windows_32-bit.zip",
"hash": "da645831ade1f8d25f539802aeb42a13fca69b9a72811ee80deef27324ecffb1"
}
},
"bin": "annie.exe",
"depends": "ffmpeg",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/iawia002/annie/releases/download/$version/annie_$version_Windows_64-bit.zip"
},
"32bit": {
"url": "https://github.com/iawia002/annie/releases/download/$version/annie_$version_Windows_32-bit.zip"
}
},
"hash": {
"url": "$baseurl/annie_$version_checksums.txt"
}
}
}