mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 05:54:27 +00:00
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.8.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.8.1/qrcp_0.8.1_Windows_x86_64.tar.gz",
|
|
"hash": "dc8844c343294533634b820088d035b4c7fecea5ffd87a55455d4837ad6c18e7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/claudiodangelis/qrcp/releases/download/0.8.1/qrcp_0.8.1_Windows_i386.tar.gz",
|
|
"hash": "90f7e25f66d9e6ccb3c8b32bbc0acc265f07e355202dbcebdfb999e5cd654188"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|