mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.8.5",
|
|
"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.8.5/qrcp_0.8.5_Windows_x86_64.tar.gz",
|
|
"hash": "51b081b09d63fa0cdf1aa5f4cf9e7edf040c32c2462debbe8078ffd672c7c770"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/claudiodangelis/qrcp/releases/download/0.8.5/qrcp_0.8.5_Windows_i386.tar.gz",
|
|
"hash": "c62c04260d8f0ec6af5614458f54b0a7700651bf1dded09aec8339af7fff1a91"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|