mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
puppet: fix checkver and autoupdate (#295)
* Puppet: fix checkver and autoupdate * Add desc
This commit is contained in:
parent
37891bacab
commit
4a8b18a7da
@ -1,15 +1,16 @@
|
|||||||
{
|
{
|
||||||
"homepage": "https://puppetlabs.com",
|
"homepage": "https://puppetlabs.com",
|
||||||
"version": "5.5.8",
|
"description": "An open-core software configuration management tool.",
|
||||||
|
"version": "6.7.2",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-5.5.8-x64.msi",
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-6.7.2-x64.msi",
|
||||||
"hash": "1bf365194ee0f14dee6daff22ce79ec95696945c4141aed7c8ae0143a62c390d"
|
"hash": "cf8317ba1ff55abf5ae55f1938d761fb4d808087fbb7e24d691d47d7434f7af2"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-5.5.8-x86.msi",
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-6.7.2-x86.msi",
|
||||||
"hash": "84f78320b1c225b93482e432179727672344eab3a71a77e2015e55a96785a150"
|
"hash": "ebc9d5caf8ff72690cb279822377ef30de2f490c5a08064952cc1cfc633eebfd"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": [
|
||||||
@ -20,16 +21,16 @@
|
|||||||
"Puppet Labs\\Puppet\\bin\\puppet_interactive.bat"
|
"Puppet Labs\\Puppet\\bin\\puppet_interactive.bat"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://downloads.puppetlabs.com/windows/puppet5/index_by_name_reverse.html",
|
"url": "https://downloads.puppetlabs.com/windows/puppet/index_by_lastModified_reverse.html",
|
||||||
"re": "puppet-agent-([\\d.]+)-x64.msi"
|
"regex": "puppet-agent-([\\d.]+)-x64\\.msi"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-$version-x64.msi"
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-$version-x64.msi"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://downloads.puppetlabs.com/windows/puppet5/puppet-agent-$version-x86.msi"
|
"url": "https://downloads.puppetlabs.com/windows/puppet/puppet-agent-$version-x86.msi"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user