mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
prometheus: Update to version 2.22.1
This commit is contained in:
parent
1ec8346605
commit
546b84de7f
@ -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": [
|
||||
|
||||
@ -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...'",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user