2019-08-28 01:00:15 +00:00

34 lines
1.2 KiB
JSON

{
"version": "6.1.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/v6.1.2/croc_6.1.2_Windows-64bit.zip",
"hash": "fd0fb5cedbb167051889c1020f1850699b620489e6f97cf972546e45b33f172b"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v6.1.2/croc_6.1.2_Windows-32bit.zip",
"hash": "fc5debc6efcaa236d872eafd374c0bb5d8fb28bd138faf71f36e75524be5f2f9"
}
},
"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"
}
}
}