2020-03-25 09:01:51 +00:00

34 lines
1.2 KiB
JSON

{
"version": "8.0.4",
"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/v8.0.4/croc_8.0.4_Windows-64bit.zip",
"hash": "c3994ba75698ef3be0e87368bee3f9ce500f485cb6ef191b1aa02e2d16b74656"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v8.0.4/croc_8.0.4_Windows-32bit.zip",
"hash": "bec5e69d6796938d9913bd54eb6e514e86c9130c39a2c7bcc42eed164c428601"
}
},
"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"
}
}
}