2021-06-21 19:00:23 +00:00

34 lines
1.2 KiB
JSON

{
"version": "9.2.0",
"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.2.0/croc_9.2.0_Windows-64bit.zip",
"hash": "0ac1e91826eabd78b1aca342ac11292a7399a2fdf714158298bae1d1bd12390b"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v9.2.0/croc_9.2.0_Windows-32bit.zip",
"hash": "071f70a979704caf96d8ab9efe0b31c824fc4ef196efc734137207ad0d5cab5b"
}
},
"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"
}
}
}