ScoopInstaller_Main/bucket/clipboard.json
2023-02-25 16:29:19 +00:00

36 lines
1.2 KiB
JSON

{
"version": "0.4.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.4.0/clipboard-windows-amd64.zip",
"hash": "348b0c1cc9535b3af6794f07b53b1824048a24e59ed17ed1ea9055b9de1caefb"
},
"arm64": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.4.0/clipboard-windows-arm64.zip",
"hash": "f8f262cff3bade2a914a073f2cedd2275e9373fa1b01c977509e1a4522b87fde"
}
},
"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"
}
}
}
}