mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +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.4",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/iawia002/annie/releases/download/0.9.4/annie_0.9.4_Windows_64-bit.zip",
|
|
"hash": "b9b71b70e74656db84acfdbee2ba8cab3a283e723097de57525394c2ab9099e1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/annie/releases/download/0.9.4/annie_0.9.4_Windows_32-bit.zip",
|
|
"hash": "99d73d061bbc128bdf44473405f1a94eefa1836b442d4766371fa6669a3e4519"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|