mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
clipboard: Remove unsupported ARM build (#6753)
Fixes failure to update to 0.10.0
This commit is contained in:
parent
31672b2a83
commit
4e1a198ad5
@ -1,28 +1,23 @@
|
|||||||
{
|
{
|
||||||
"version": "0.9.0.1",
|
"version": "0.10.0",
|
||||||
"description": "Cut, copy, and paste anything, anywhere in the terminal",
|
"description": "Cut, copy, and paste anything, anywhere in the terminal",
|
||||||
"homepage": "https://github.com/Slackadays/Clipboard",
|
"homepage": "https://getclipboard.app",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-windows-amd64.zip",
|
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.10.0/clipboard-windows-amd64.zip",
|
||||||
"hash": "fd7715f3a79b69d249027e3f7403438b7ff762c5f26aac8aa8226ff245101e5f"
|
"hash": "498ad9c2fb3f4432df28ff1fb26ea2223a8c5a822e39a1239bbdc31af5494244"
|
||||||
},
|
|
||||||
"arm64": {
|
|
||||||
"url": "https://github.com/Slackadays/Clipboard/releases/download/0.9.0.1/clipboard-windows-arm64.zip",
|
|
||||||
"hash": "e058e19091f4d04a849e8385b87effd9ae55f7659cf15b3d0394b0e6144ffb1b"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "bin",
|
"extract_dir": "bin",
|
||||||
"bin": "cb.exe",
|
"bin": "cb.exe",
|
||||||
"checkver": "github",
|
"checkver": {
|
||||||
|
"github": "https://github.com/Slackadays/Clipboard"
|
||||||
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/Slackadays/Clipboard/releases/download/$version/clipboard-windows-amd64.zip"
|
"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