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": "2024.1-2596294",
 | 
						|
    "description": "Provides access to versioned files in Helix Core through a command-line interface.",
 | 
						|
    "homepage": "https://www.perforce.com/products/helix-core-apps/command-line-client",
 | 
						|
    "license": {
 | 
						|
        "identifier": "Proprietary",
 | 
						|
        "url": "https://www.perforce.com/sites/default/files/pdfs/Helix_Core%20On%20Prem%20Software%20License%20Agmt%20ClickThru_FINAL%2006.28.2021.pdf"
 | 
						|
    },
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://cdist2.perforce.com/perforce/r24.1/bin.ntx64/p4.exe",
 | 
						|
            "hash": "cd344224988f78155b7ec2c1147740900d59a2a4b8020bd5d47462d7d400213f"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "p4.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://www.perforce.com/support/software-release-index",
 | 
						|
        "regex": "Helix Command-line Client.*?20(?<major>\\d+)\\.(?<minor>\\d+)(?:\\.\\d+)*\\/(?<build>\\d+)",
 | 
						|
        "replace": "20${major}.${minor}-${build}"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://cdist2.perforce.com/perforce/r$matchMajor.$matchMinor/bin.ntx64/p4.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/SHA256SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |