2023-01-27 18:28:15 +05:30

41 lines
1.6 KiB
JSON

{
"version": "9.6.2",
"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.2/croc_9.6.2_Windows-64bit.zip",
"hash": "c46c2d6d2b92cca3347fab2d63544819baae9611460c67baf78ffe399c7555ab"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v9.6.2/croc_9.6.2_Windows-32bit.zip",
"hash": "7cd7ab8681063b9cda00a44e5fc57bba9757911fc595c447286f90c6caa4176a"
},
"arm64": {
"url": "https://github.com/schollz/croc/releases/download/v9.6.2/croc_9.6.2_Windows-ARM64.zip",
"hash": "9db19070f24fa0bbd6dca56f2ce72ad9941ecea15215bae967d35ec13b8b0fe8"
}
},
"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"
}
}
}