ScoopInstaller_Main/bucket/clipboard.json
2023-06-03 16:27:27 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.8.0",
"description": "Cut, copy, and paste anything, anywhere in the terminal",
"homepage": "https://github.com/Slackadays/Clipboard",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.8.0/clipboard-windows-amd64.zip",
"hash": "390b817b6357b3f008a42ad64061c97deaa44ba0cdee04af4b30139311c4f444"
},
"arm64": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.8.0/clipboard-windows-arm64.zip",
"hash": "c448d3b4e2628d04fd8ccd21674e4dbe13b727348d90938b0e1c49b20280b0e2"
}
},
"extract_dir": "bin",
"bin": "cb.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/$version/clipboard-windows-amd64.zip"
},
"arm64": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/$version/clipboard-windows-arm64.zip"
}
}
}
}