ScoopInstaller_Main/bucket/clipboard.json
Brian a0cb07a16e
clipboard: Fix bin (#4769)
Can't shim 'clipboard.exe': File doesn't exist.
2023-05-04 22:57:15 +05:30

30 lines
1.1 KiB
JSON

{
"version": "0.7.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.7.0/clipboard-windows-amd64.zip",
"hash": "3299e7db9c195d22ef388d8ed0f7d0da35756972b9d02e1f4c99be8d85ae54fa"
},
"arm64": {
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.7.0/clipboard-windows-arm64.zip",
"hash": "9a54645680c80d1565b215e80e7b371c114ed3669ca34b92ee651251e9df4d5a"
}
},
"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"
}
}
}
}