mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 18:11:20 +00:00
33 lines
1.2 KiB
JSON
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.8",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/iawia002/annie/releases/download/0.9.8/annie_0.9.8_Windows_64-bit.zip",
|
|
"hash": "a27e7a99050d0d3c502e2d04e208080507851939f12f79902993f46cfe8525c0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/annie/releases/download/0.9.8/annie_0.9.8_Windows_32-bit.zip",
|
|
"hash": "dd01490ded5e53ea8f6eaa1396eea969f09c0374f8d8f0aaecd37bd4bc63d96b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|