mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	* Add dafny * Add win32yank * Reorder fields * Reorder fields * Update bucket/win32yank.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/win32yank.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Update bucket/dafny.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Remove extract_dir from autoupdate Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
		
			
				
	
	
		
			27 lines
		
	
	
		
			864 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			864 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.0.4",
 | 
						|
    "description": "A clipboard tool for Windows",
 | 
						|
    "homepage": "https://github.com/equalsraf/win32yank",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/equalsraf/win32yank/releases/download/v0.0.4/win32yank-x64.zip"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/equalsraf/win32yank/releases/download/v0.0.4/win32yank-x86.zip"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "win32yank.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/equalsraf/win32yank/releases/download/v$version/win32yank-x64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/equalsraf/win32yank/releases/download/v$version/win32yank-x86.zip"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |