mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.3.1",
 | 
						|
    "description": "Easy-to-use, flexible, and performant workload orchestrator that can deploy a mix of microservice, batch, containerized, and non-containerized applications.",
 | 
						|
    "homepage": "https://www.nomadproject.io",
 | 
						|
    "license": "MPL-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://releases.hashicorp.com/nomad/1.3.1/nomad_1.3.1_windows_amd64.zip",
 | 
						|
            "hash": "ec87b23ba80a05b2d77fc5be39b60706503820ceb81b2981cd591cc39dc33ea5"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://releases.hashicorp.com/nomad/1.3.1/nomad_1.3.1_windows_386.zip",
 | 
						|
            "hash": "5711c92c53e8953cf6ef58725c2afd8a8554ad492e6e956254edcdebebe95fde"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "nomad.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://releases.hashicorp.com/nomad/",
 | 
						|
        "regex": "nomad_([\\d.]+)</a>"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://releases.hashicorp.com/nomad/$version/nomad_$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://releases.hashicorp.com/nomad/$version/nomad_$version_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/nomad_$version_SHA256SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |