2020-06-05 11:56:21 +02: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.10.1",
"architecture": {
"64bit": {
"url": "https://github.com/iawia002/annie/releases/download/0.10.1/annie_0.10.1_Windows_64-bit.zip",
"hash": "e28cc077f663bf4581bdab1714dcb39135b0449dd44029fdae1d8fa1394a3bf1"
},
"32bit": {
"url": "https://github.com/iawia002/annie/releases/download/0.10.1/annie_0.10.1_Windows_32-bit.zip",
"hash": "0f6af860cc38b0f00b11efbfe7dfb019b5aaa38006b2d2007eb9e8075cdf7f8c"
}
},
"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"
}
}
}