mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
25 lines
797 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|