mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-08 12:45:14 +00:00
* Add Clipboard 0.3.1 * Update clipboard.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "0.3.1",
|
|
"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.3.1/clipboard-windows-amd64.zip",
|
|
"hash": "96ba24cd6b69a2f75c842561726921b882d0cce035735bd0bc59ec438857a3af"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.3.1/clipboard-windows-arm64.zip",
|
|
"hash": "7c4ff9ea77a8e4d054eafc09da4e3678b0dd91748ba8957bbe91a29dfaa4415b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|