mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.36.0",
 | 
						|
    "description": "A mock code autogenerator for Golang",
 | 
						|
    "homepage": "https://github.com/vektra/mockery",
 | 
						|
    "license": "BSD-3-Clause",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/vektra/mockery/releases/download/v2.36.0/mockery_2.36.0_Windows_x86_64.tar.gz",
 | 
						|
            "hash": "a61c9194e5cb85e015e49c5c31aa5a6627c8c6538ded3309b293db49e471eaba"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/vektra/mockery/releases/download/v2.36.0/mockery_2.36.0_Windows_arm64.tar.gz",
 | 
						|
            "hash": "5be1ecd43487965f29c484ac8df816156ff49db5338609504a8520bf023a420d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "mockery.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/vektra/mockery/releases/download/v$version/mockery_$version_Windows_x86_64.tar.gz"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/vektra/mockery/releases/download/v$version/mockery_$version_Windows_arm64.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksum.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |