2024-04-06 21:05:27 +00:00

41 lines
1.6 KiB
JSON

{
"version": "9.6.15",
"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.6.15/croc_v9.6.15_Windows-64bit.zip",
"hash": "eb1331c36c28260faf8d1b45752e1b34127b5e39511b6bc63e91d864451e75dd"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v9.6.15/croc_v9.6.15_Windows-32bit.zip",
"hash": "3f1ae0794ab004689fc66ba8f8050a31a1deae456952f4130be86e11cc4bace1"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v9.6.15/croc_v9.6.15_Windows-ARM64.zip",
"hash": "c2dd5465b110d5771c1451a492be3987961a8d47f8633ac110bb5a5c2c85b800"
}
},
"bin": "croc.exe",
"checkver": {
"github": "https://github.com/schollz/croc"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_v$version_Windows-64bit.zip"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_v$version_Windows-32bit.zip"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_v$version_Windows-ARM64.zip"
}
},
"hash": {
"url": "$baseurl/croc_v$version_checksums.txt"
}
}
}