mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 13:34:29 +00:00
33 lines
1.2 KiB
JSON
33 lines
1.2 KiB
JSON
{
|
|
"version": "0.10.2",
|
|
"description": "A fast, simple and clean video downloader built with Go.",
|
|
"homepage": "https://github.com/iawia002/annie",
|
|
"license": "MIT",
|
|
"depends": "ffmpeg",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/iawia002/annie/releases/download/0.10.2/annie_0.10.2_Windows_64-bit.zip",
|
|
"hash": "f01315fee2afb69f616ede541c9ad8ed48168cde0c57cf1b2d39eebb1a177336"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/iawia002/annie/releases/download/0.10.2/annie_0.10.2_Windows_32-bit.zip",
|
|
"hash": "985ddf50ffc0cde78599606c43d82f593a5399c60566af998a7a589fc3bfcfc3"
|
|
}
|
|
},
|
|
"bin": "annie.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|