mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://puppetlabs.com",
|
|
"version": "3.7.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet-3.7.0-x64.msi",
|
|
"hash": "56e7be8e94e6e4feec628fd956d64831a4d7e0aa78d9a3b3833877a97f8bbec5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet-3.7.0.msi",
|
|
"hash": "df22934cd64e271d9034874011c98378db4e4a6767436faa4576f04ef6fc4cce"
|
|
}
|
|
},
|
|
"bin": [
|
|
"Puppet Labs/Puppet/bin\\facter.bat",
|
|
"Puppet Labs/Puppet/bin\\hiera.bat",
|
|
"Puppet Labs/Puppet/bin\\puppet.bat"
|
|
],
|
|
"checkver": {
|
|
"url": "https://downloads.puppetlabs.com/windows/?C=N;O=D",
|
|
"re": "puppet-([\\d.]+)-x64.msi</a>"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet-$version-x64.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.puppetlabs.com/windows/puppet-$version.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|