mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	Fixes excavator errors due to upstream artifact naming change. Also adds ARM 64 and 32bit architecture.
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.21.0",
 | 
						|
    "description": "A data templating language for app and tool developers",
 | 
						|
    "homepage": "https://jsonnet.org/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/google/go-jsonnet/releases/download/v0.21.0/go-jsonnet_Windows_x86_64.tar.gz",
 | 
						|
            "hash": "81d71a287ee5dfd0860831eeac281a7327ce8876d5fe9a8b7e19726dbbc0ce4f"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/google/go-jsonnet/releases/download/v0.21.0/go-jsonnet_Windows_arm64.tar.gz",
 | 
						|
            "hash": "5244713590b976d8cb675aba57434b2fa667663c299fe777a478c01c86e46341"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/google/go-jsonnet/releases/download/v0.21.0/go-jsonnet_Windows_i386.tar.gz",
 | 
						|
            "hash": "93921aa0bd999ed45348e862ffbb1649c8939020468f52f80176a86b71e9978e"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "jsonnet.exe",
 | 
						|
        "jsonnetfmt.exe"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/google/go-jsonnet"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_Windows_x86_64.tar.gz"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_Windows_arm64.tar.gz"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/google/go-jsonnet/releases/download/v$version/go-jsonnet_Windows_i386.tar.gz"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/checksums.txt"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |