mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "13.10.0",
 | 
						|
    "description": "Run your jobs and send the results back to GitLab",
 | 
						|
    "homepage": "https://docs.gitlab.com/runner/",
 | 
						|
    "license": "MIT",
 | 
						|
    "notes": "Run 'gitlab-runner register' and 'gitlab-runner install' from an elevated prompt to set it up",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.10.0/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe",
 | 
						|
            "hash": "9bfc052f5e9c8ad180eb73d5ac86fc00d9424f507302539dcd008126cc3a12db"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v13.10.0/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe",
 | 
						|
            "hash": "95bde7288ae02b51265fc6cb98e9f37f90906280c46be2d9ef7e897baaeb7e52"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "gitlab-runner.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://gitlab.com/gitlab-org/gitlab-runner/-/tags?format=atom",
 | 
						|
        "regex": "/tags/v([\\d.]+)<"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/binaries/gitlab-runner-windows-amd64.exe#/gitlab-runner.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/binaries/gitlab-runner-windows-386.exe#/gitlab-runner.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://gitlab-runner-downloads.s3.amazonaws.com/v$version/release.sha256"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |