2024-05-29 00:33:38 +00:00

41 lines
1.6 KiB
JSON

{
"version": "10.0.6",
"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.0.6/croc_v10.0.6_Windows-64bit.zip",
"hash": "81e44def7a1eb477f8f945a21622628133e1f78652e0a9931e57bbddf2bc458d"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v10.0.6/croc_v10.0.6_Windows-32bit.zip",
"hash": "ce421bd06bc5fffdb2e18cb5821eda06a08e185ad3694dfeb98ab2dce37ce66d"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v10.0.6/croc_v10.0.6_Windows-ARM64.zip",
"hash": "42553c295265ea3cce752631034c6a11533850cba675bf7c707652f71b6ef374"
}
},
"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"
}
}
}