diff --git a/bucket/prometheus.json b/bucket/prometheus.json index 3edc5d4791..97843206c7 100644 --- a/bucket/prometheus.json +++ b/bucket/prometheus.json @@ -1,18 +1,18 @@ { - "version": "2.22.0", + "version": "2.22.1", "description": "Systems monitoring and alerting toolkit", "homepage": "https://prometheus.io", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://github.com/prometheus/prometheus/releases/download/v2.22.0/prometheus-2.22.0.windows-amd64.tar.gz", - "hash": "234b86f57d0caae4645e2252c7265b39c523b0af24ce64f7bf7c1ba0f347da34", - "extract_dir": "prometheus-2.22.0.windows-amd64" + "url": "https://github.com/prometheus/prometheus/releases/download/v2.22.1/prometheus-2.22.1.windows-amd64.tar.gz", + "hash": "ef6b4983b5c44ab31823fa9dc392135c1bb2c49e271ac282a458368ef6cbf55b", + "extract_dir": "prometheus-2.22.1.windows-amd64" }, "32bit": { - "url": "https://github.com/prometheus/prometheus/releases/download/v2.22.0/prometheus-2.22.0.windows-386.tar.gz", - "hash": "2ab51f6b6682967e8c3ca91a85b01765517f396246126e78f90151ac96f8c7af", - "extract_dir": "prometheus-2.22.0.windows-386" + "url": "https://github.com/prometheus/prometheus/releases/download/v2.22.1/prometheus-2.22.1.windows-386.tar.gz", + "hash": "2e6c5deead3c51f2c0e82d6d695145f2fc2612516c5090751964e983754f43b5", + "extract_dir": "prometheus-2.22.1.windows-386" } }, "bin": [ diff --git a/bucket/puppet-bolt.json b/bucket/puppet-bolt.json index d0daf5552c..61fbdeab1d 100644 --- a/bucket/puppet-bolt.json +++ b/bucket/puppet-bolt.json @@ -10,12 +10,7 @@ } }, "extract_dir": "Puppet Labs\\Bolt", - "pre_install": [ - "Set-Content \"$dir\\bolt.bat\" \"@ECHO OFF\" -Encoding Ascii", - "Add-Content \"$dir\\bolt.bat\" \"SETLOCAL\" -Encoding Ascii", - "Add-Content \"$dir\\bolt.bat\" \"SET GEM_HOME=\" -Encoding Ascii", - "Add-Content \"$dir\\bolt.bat\" \"%~dp0\\bin\\bolt.bat %*\" -Encoding Ascii" - ], + "pre_install": "Set-Content \"$dir\\bolt.bat\" '@ECHO OFF', 'SETLOCAL', 'SET GEM_HOME=', '%~dp0bin\\bolt.bat %*' -Encoding Ascii", "post_install": [ "if (Test-Path \"$dir\\share\\install-tarballs\\ruby*.tgz\") {", " info 'Extract tarball of gems...'",