mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
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:
parent
a06eb8d793
commit
71e2580659
35
bucket/clipboard.json
Normal file
35
bucket/clipboard.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user