mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +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.10.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/iawia002/annie/releases/download/0.10.0/annie_0.10.0_Windows_64-bit.zip",
|
|
"hash": "d4f4bb5d22df0229b16ba9b48f771be60e2775263bee5c793c2f0865ce94ebb8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/annie/releases/download/0.10.0/annie_0.10.0_Windows_32-bit.zip",
|
|
"hash": "b65b4d2d6aa93d53e0787aae09f383423c09d6f6996d35ddd0e3965c7fd061f7"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|