2021-03-05 20:00:20 +00:00

34 lines
1.2 KiB
JSON

{
"version": "8.6.9",
"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/v8.6.9/croc_8.6.9_Windows-64bit.zip",
"hash": "9300ce10d392214eddc6ad0917b2b814f3a5d5b51f2899287534db7feef6c8d9"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v8.6.9/croc_8.6.9_Windows-32bit.zip",
"hash": "b7a2009b176182fdafbb645489402567789c64844b18476d41c196218523150f"
}
},
"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"
}
},
"hash": {
"url": "$baseurl/croc_$version_checksums.txt"
}
}
}