mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 03:21:37 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.10.0",
|
|
"description": "Transfers files over wifi from computer to mobile device by scanning a QR code without leaving the terminal.",
|
|
"homepage": "https://claudiodangelis.com/qrcp/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/claudiodangelis/qrcp/releases/download/0.10.0/qrcp_0.10.0_Windows_x86_64.tar.gz",
|
|
"hash": "14f07effde7286e97f5f27541c7574626a8587608c6bd46b8b5be39d360c1866"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/claudiodangelis/qrcp/releases/download/0.10.0/qrcp_0.10.0_Windows_i386.tar.gz",
|
|
"hash": "a95a30f7d70ade8c555336433d029cbdfe944019b1ea6f27c3df6d5b28884a66"
|
|
}
|
|
},
|
|
"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_x86_64.tar.gz"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/claudiodangelis/qrcp/releases/download/$version/qrcp_$version_Windows_i386.tar.gz"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|