mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.6.0",
 | 
						|
    "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.6.0/clipboard-windows-amd64.zip",
 | 
						|
            "hash": "31b7ad611ff4ae15124480ef912bff93e743e46ccc87549807c68776ff528c50"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/Slackadays/Clipboard/releases/download/0.6.0/clipboard-windows-arm64.zip",
 | 
						|
            "hash": "c962534753efb71e67648e46c676a93dd3f9705f86de2a859c6a0228e6ff26f0"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |