mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.17.0",
 | 
						|
    "description": "Interacts with GitLab's Releases API through the command line and through GitLab CI/CD's configuration file, .gitlab-ci.yml",
 | 
						|
    "homepage": "https://gitlab.com/gitlab-org/release-cli",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v0.17.0/downloads/bin/release-cli-windows-amd64.exe#/release-cli.exe",
 | 
						|
            "hash": "211f9cfeb9144789b329c7ecd63d03397ad5336835bcf1ac2371b75f215a05be"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v0.17.0/downloads/bin/release-cli-windows-386.exe#/release-cli.exe",
 | 
						|
            "hash": "dfbb87c47f2ad69c42e3885380c41019dd0d6b21159b2a75435cf14f0151154d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "release-cli.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://gitlab.com/gitlab-org/release-cli/-/tags?format=atom",
 | 
						|
        "regex": "/tags/v([\\d.]+)<"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v$version/downloads/bin/release-cli-windows-amd64.exe#/release-cli.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://gitlab.com/gitlab-org/release-cli/-/releases/v$version/downloads/bin/release-cli-windows-386.exe#/release-cli.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |