clipboard: Add version 0.3.1 (#4431)

* Add Clipboard 0.3.1

* Update clipboard.json

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Jackson Huff 2023-02-09 09:32:09 -05:00 committed by GitHub
parent a06eb8d793
commit 71e2580659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

35
bucket/clipboard.json Normal file
View File

@ -0,0 +1,35 @@
{
"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"
}
}
}
}