2022-04-29 00:33:24 +00:00

34 lines
1.2 KiB
JSON

{
"version": "9.5.5",
"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.5.5/croc_9.5.5_Windows-64bit.zip",
"hash": "f3da2f17d98e6b8079e345c4db7dd410cd59f6f2beab6c4cc92791028ca446ff"
},
"32bit": {
"url": "https://github.com/schollz/croc/releases/download/v9.5.5/croc_9.5.5_Windows-32bit.zip",
"hash": "6cbc3249013ca8c27173a78e3ba1a2c2492fa74b5e6344f114c4dbcdea6390df"
}
},
"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"
}
}
}