2024-12-07 16:31:28 +00:00

41 lines
1.6 KiB
JSON

{
"version": "10.1.3",
"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/v10.1.3/croc_v10.1.3_Windows-64bit.zip",
"hash": "804201a4515437b3b24ffddc8aaa16cbd0640b4279237e0b162ea3e44c79e67f"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v10.1.3/croc_v10.1.3_Windows-32bit.zip",
"hash": "546c3dfd281f8f06aaf64a0fedc31096e2af287e2fbaeffd4c431ed6a6c4d28a"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v10.1.3/croc_v10.1.3_Windows-ARM64.zip",
"hash": "dcb311e963ca2521c5e08f9701c7973043a6af15b7eba73595bc31a43dbd9abb"
}
},
"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"
}
}
}