2023-03-14 12:32:13 +00:00

41 lines
1.6 KiB
JSON

{
"version": "9.6.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.6.4/croc_9.6.4_Windows-64bit.zip",
"hash": "fe0ae18d3fdc66f3b6950d163e9df18e8fca9b22fdd45ef4cb0985da2825fb23"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v9.6.4/croc_9.6.4_Windows-32bit.zip",
"hash": "f09e2220b2bb33c74f3ae5c6172253fbf550f936f793c486809ab21bb2bd449f"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v9.6.4/croc_9.6.4_Windows-ARM64.zip",
"hash": "725321202ecc5da24eb72c485cc517ab2caa316bf0773f13346b6d6e65b35dc5"
}
},
"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"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v$version/croc_$version_Windows-ARM64.zip"
}
},
"hash": {
"url": "$baseurl/croc_$version_checksums.txt"
}
}
}