mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.11.1",
|
|
"description": "Transfers files over wifi from computer to mobile device by scanning a QR code without leaving the terminal.",
|
|
"homepage": "https://qrcp.sh/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/claudiodangelis/qrcp/releases/download/0.11.1/qrcp_0.11.1_windows_amd64.tar.gz",
|
|
"hash": "54bc7257ee2b7f8e0c92c2c15b6f25d10758f39c71f424461a181c60f016f864"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/claudiodangelis/qrcp/releases/download/0.11.1/qrcp_0.11.1_windows_386.tar.gz",
|
|
"hash": "5c08551abdee4f1cb5b7983f24bd7a19f2a6b2f42ee802125cf84b37ce3fa2a5"
|
|
}
|
|
},
|
|
"bin": "qrcp.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/claudiodangelis/qrcp"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/claudiodangelis/qrcp/releases/download/$version/qrcp_$version_windows_amd64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/claudiodangelis/qrcp/releases/download/$version/qrcp_$version_windows_386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|