ScoopInstaller_Main/bucket/clipboard.json
2023-10-04 00:33:44 +00:00

30 lines
1.1 KiB
JSON

{
"version": "0.8.3",
"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.3/clipboard-windows-amd64.zip",
"hash": "54fbad4c92f6821930fb8215ffe2a9092d8dd474fd9e31cb03ce3cb29dc4afda"
},
"arm64": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.8.3/clipboard-windows-arm64.zip",
"hash": "c3d625b86f24aeade2716c93ad825aa38d3c6f88271ff66de58d6b1a96d68242"
}
},
"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"
}
}
}
}