mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +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.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/iawia002/annie/releases/download/0.9.1/annie_0.9.1_Windows_64-bit.zip",
|
|
"hash": "8d7519aa388b925df5fc4426fab559135540ad40a37cee55b1b39437924a60a0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/annie/releases/download/0.9.1/annie_0.9.1_Windows_32-bit.zip",
|
|
"hash": "247cd7760f58f58fa3c585e67a06dd5cb140cad9136a41b4148b75b07761b8b5"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|