mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-27 05:55:16 +00:00
30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"version": "0.8.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.8.2/clipboard-windows-amd64.zip",
|
|
"hash": "a58ba21e5578e51ae56879ce76a367c16865a8bdc44e573435578b4798f70697"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.8.2/clipboard-windows-arm64.zip",
|
|
"hash": "d476cc4cd10395d19ff517487e91108e33d6efff71b132dfdad9bd0e2ed4291a"
|
|
}
|
|
},
|
|
"extract_dir": "bin",
|
|
"bin": "cb.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|