ScoopInstaller_Main/bucket/clipboard.json
2023-07-08 20:25:58 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.8.1",
"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.1/clipboard-windows-amd64.zip",
"hash": "a38bce7adfed109c32ae64c23acde96902a361f3305a0c2948884bb9a0ed9f95"
},
"arm64": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.8.1/clipboard-windows-arm64.zip",
"hash": "5a8be558adba04aad12721fa9a321199fc4dcf44589e75f4e1894eac39bd205f"
}
},
"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"
}
}
}
}