2019-11-18 23:00:25 +00:00

34 lines
1.2 KiB
JSON

{
"version": "6.4.1",
"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/v6.4.1/croc_6.4.1_Windows-64bit.zip",
"hash": "a42de8f9b0de49096676a3e0bd733cdea573c13c7f06d8aba589c2a3f5f9ea91"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v6.4.1/croc_6.4.1_Windows-32bit.zip",
"hash": "159603e957cbe84b84e6abc7a956ecc183ba5530aef95279b6db23117cc573f3"
}
},
"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"
}
}
}