2019-09-07 15:00:17 +00:00

34 lines
1.2 KiB
JSON

{
"version": "6.1.3",
"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.3/croc_6.1.3_Windows-64bit.zip",
"hash": "60d2941791609761b7f9837e6f6717f9716eecc6109d3011011447f6270a72c2"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v6.1.3/croc_6.1.3_Windows-32bit.zip",
"hash": "e84d9a7979dd5ec9b8587d3505f17d6ce8411fd0d0c4d9d59dff3e9890f53298"
}
},
"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"
}
}
}