mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.10.1",
|
|
"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.1/qrcp_0.10.1_Windows_x86_64.tar.gz",
|
|
"hash": "93aa8b56c2eb543f97d2e36682e2d47d9aa0cac6f82713af275168c92ff4a1f7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/claudiodangelis/qrcp/releases/download/0.10.1/qrcp_0.10.1_Windows_i386.tar.gz",
|
|
"hash": "8c54fd9d613cfa9049634e42476a6317d4fe59e99cc1412824aa1d1c2956f678"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|