2021-02-23 22:05:10 +01:00

34 lines
1.2 KiB
JSON

{
"version": "8.6.8",
"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.6.8/croc_8.6.8_Windows-64bit.zip",
"hash": "154d339be5aa0a918bf9adad978242e055bb720dbc399961be5b6b92f8cd41f0"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v8.6.8/croc_8.6.8_Windows-32bit.zip",
"hash": "3ed8c5f1622dd71f6cac58d191d89750ab416ca61d303dd3c5a8347fa292d53b"
}
},
"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"
}
}
}