ScoopInstaller_Main/bucket/clipboard.json
2025-06-16 15:31:11 +00:00

25 lines
797 B
JSON

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