ScoopInstaller_Main/annie.json
2018-11-24 13:00:23 +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.8.5",
"architecture": {
"64bit": {
"url": "https://github.com/iawia002/annie/releases/download/0.8.5/annie_0.8.5_Windows_64-bit.zip",
"hash": "43faa28aa22061f74a5841a65bd066d2e0adc102d52de94e95db89ba2c44843f"
},
"32bit": {
"url": "https://github.com/iawia002/annie/releases/download/0.8.5/annie_0.8.5_Windows_32-bit.zip",
"hash": "c8a2c95985c1bee91e259abd8fc3691a7d70ce5f0361d02efb955382117fad0f"
}
},
"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/SHA2-256SUMS"
}
}
}