ScoopInstaller_Main/bucket/clipboard.json
jack-mil 4e1a198ad5
clipboard: Remove unsupported ARM build (#6753)
Fixes failure to update to 0.10.0
2025-04-22 15:18:00 +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": "498ad9c2fb3f4432df28ff1fb26ea2223a8c5a822e39a1239bbdc31af5494244"
}
},
"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"
}
}
}
}