prometheus: Update to version 2.22.1

This commit is contained in:
Jakub Čábera 2020-11-06 07:53:08 +01:00
parent 1ec8346605
commit 546b84de7f
2 changed files with 8 additions and 13 deletions

View File

@ -1,18 +1,18 @@
{ {
"version": "2.22.0", "version": "2.22.1",
"description": "Systems monitoring and alerting toolkit", "description": "Systems monitoring and alerting toolkit",
"homepage": "https://prometheus.io", "homepage": "https://prometheus.io",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.22.0/prometheus-2.22.0.windows-amd64.tar.gz", "url": "https://github.com/prometheus/prometheus/releases/download/v2.22.1/prometheus-2.22.1.windows-amd64.tar.gz",
"hash": "234b86f57d0caae4645e2252c7265b39c523b0af24ce64f7bf7c1ba0f347da34", "hash": "ef6b4983b5c44ab31823fa9dc392135c1bb2c49e271ac282a458368ef6cbf55b",
"extract_dir": "prometheus-2.22.0.windows-amd64" "extract_dir": "prometheus-2.22.1.windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/prometheus/prometheus/releases/download/v2.22.0/prometheus-2.22.0.windows-386.tar.gz", "url": "https://github.com/prometheus/prometheus/releases/download/v2.22.1/prometheus-2.22.1.windows-386.tar.gz",
"hash": "2ab51f6b6682967e8c3ca91a85b01765517f396246126e78f90151ac96f8c7af", "hash": "2e6c5deead3c51f2c0e82d6d695145f2fc2612516c5090751964e983754f43b5",
"extract_dir": "prometheus-2.22.0.windows-386" "extract_dir": "prometheus-2.22.1.windows-386"
} }
}, },
"bin": [ "bin": [

View File

@ -10,12 +10,7 @@
} }
}, },
"extract_dir": "Puppet Labs\\Bolt", "extract_dir": "Puppet Labs\\Bolt",
"pre_install": [ "pre_install": "Set-Content \"$dir\\bolt.bat\" '@ECHO OFF', 'SETLOCAL', 'SET GEM_HOME=', '%~dp0bin\\bolt.bat %*' -Encoding Ascii",
"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"
],
"post_install": [ "post_install": [
"if (Test-Path \"$dir\\share\\install-tarballs\\ruby*.tgz\") {", "if (Test-Path \"$dir\\share\\install-tarballs\\ruby*.tgz\") {",
" info 'Extract tarball of gems...'", " info 'Extract tarball of gems...'",