mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-05 19:25:10 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "9.1.3",
|
|
"description": "Easily and securely send things from one computer to another.",
|
|
"homepage": "https://schollz.com/software/croc6",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v9.1.3/croc_9.1.3_Windows-64bit.zip",
|
|
"hash": "980b07f0cba22602a04d9f7af1a457691d7aa9681fc080a5c961ed0925014fef"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v9.1.3/croc_9.1.3_Windows-32bit.zip",
|
|
"hash": "e2b594ec42e5d4d1bafad61bd9ed69e5e5fcbc5bd73f95a85d0f3b77d5113b5f"
|
|
}
|
|
},
|
|
"bin": "croc.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/schollz/croc"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_$version_Windows-64bit.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_$version_Windows-32bit.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/croc_$version_checksums.txt"
|
|
}
|
|
}
|
|
}
|