mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			38 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://puppetlabs.com",
 | 
						|
    "description": "An open-core software configuration management tool.",
 | 
						|
    "version": "6.19.0",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-6.19.0-x64.msi",
 | 
						|
            "hash": "4c6366c6d90fa3bf97daa5e7110fe0943b3587b09d004f577636dd5ce0af8c3d"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-6.19.0-x86.msi",
 | 
						|
            "hash": "2189cf3a2de14b1cf99f5015137b1088f95971c8c1d8342a83d4fe8a377558c3"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": [
 | 
						|
        "Puppet Labs\\Puppet\\bin\\facter.bat",
 | 
						|
        "Puppet Labs\\Puppet\\bin\\facter_interactive.bat",
 | 
						|
        "Puppet Labs\\Puppet\\bin\\hiera.bat",
 | 
						|
        "Puppet Labs\\Puppet\\bin\\puppet.bat",
 | 
						|
        "Puppet Labs\\Puppet\\bin\\puppet_interactive.bat"
 | 
						|
    ],
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://downloads.puppetlabs.com/windows/puppet/index_by_lastModified_reverse.html",
 | 
						|
        "regex": "puppet-agent-([\\d.]+)-x64\\.msi"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-$version-x64.msi"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-$version-x86.msi"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |