mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-20 15:41:19 +00:00
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"version": "0.3.2",
|
|
"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.2/clipboard-windows-amd64.zip",
|
|
"hash": "8d96bb4631e3961be3016d809928b0141be83fbe2469abd1181258ff71f66c94"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.3.2/clipboard-windows-arm64.zip",
|
|
"hash": "3e3178c6161bb0ec624ddb05abdf49d3e7d467a8b21be2303789bccbdb8929c6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|