generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqrtool.json
17 lines (17 loc) · 783 Bytes
/
qrtool.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"version": "0.10.1",
"homepage": "https://sorairolake.github.io/qrtool/",
"description": "A command-line utility for encoding or decoding QR code.",
"license": "Apache-2.0|MIT",
"url": "https://github.com/sorairolake/qrtool/releases/download/v0.10.1/qrtool-v0.10.1-x86_64-pc-windows-msvc.7z",
"hash": "d231b0b5635ba69fba715ee4e3bc4fd56764ca4a03a74762d9e77106b7a45384",
"extract_dir": "qrtool-v0.10.1-x86_64-pc-windows-msvc",
"bin": "qrtool.exe",
"checkver": {
"github": "https://github.com/sorairolake/qrtool"
},
"autoupdate": {
"url": "https://github.com/sorairolake/qrtool/releases/download/v$version/qrtool-v$version-x86_64-pc-windows-msvc.7z",
"extract_dir": "qrtool-v$version-x86_64-pc-windows-msvc"
}
}