ScoopInstaller_Main/bucket/clipboard.json
2023-03-11 16:29:37 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.5.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.5.0/clipboard-windows-amd64.zip",
"hash": "fba06c50f4ba7986b7007240abf253e97e8ae9770f91dcb10b09de48326fd61e"
},
"arm64": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.5.0/clipboard-windows-arm64.zip",
"hash": "1ba518a86bed376a79bcc6c23dc7b155aa7e949f24c59761e20c59ec691e3fa8"
}
},
"extract_dir": "bin",
"bin": [
"clipboard.exe",
[
"clipboard.exe",
"cb"
]
],
"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"
}
}
}
}