2022-04-27 16:31:41 +00:00

34 lines
1.2 KiB
JSON

{
"version": "9.5.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/v9.5.4/croc_9.5.4_Windows-64bit.zip",
"hash": "dbf49c18908f35686b47898b64ee951f67fef63fb8a3b3cdb471eb83f6b9877d"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v9.5.4/croc_9.5.4_Windows-32bit.zip",
"hash": "1ecf3745bddb608a552033b4e5d3091503618194ac72c61b6b7eda572da9eab1"
}
},
"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"
}
}
}