mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "9.4.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/v9.4.2/croc_9.4.2_Windows-64bit.zip",
|
|
"hash": "c86a3fbcb1399ffe387feb14b0f24fd2b49a1a2aae7a560fa8424cb6a0324bd8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/schollz/croc/releases/download/v9.4.2/croc_9.4.2_Windows-32bit.zip",
|
|
"hash": "fb06494093e038c6a23c1723e10c9f87fceebfa7e91aebc9792b5e86e396d2bb"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|