Skip to content

Commit ec3611c

Browse files
authored
Merge pull request #217591 from Homebrew/bump-node_exporter-1.9.1
node_exporter 1.9.1
2 parents cbfc1bc + d17f42d commit ec3611c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/n/node_exporter.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class NodeExporter < Formula
22
desc "Prometheus exporter for machine metrics"
33
homepage "https://prometheus.io/"
4-
url "https://github.com/prometheus/node_exporter/archive/refs/tags/v1.9.0.tar.gz"
5-
sha256 "247abb555f3ffc7f194d2ef71b60b0403ee296df2f6883afd33e97bf57214303"
4+
url "https://github.com/prometheus/node_exporter/archive/refs/tags/v1.9.1.tar.gz"
5+
sha256 "ac80b13ced462e88f243ad5e98c12bbcee2628bf552c0d19bb5ae125ce09730d"
66
license "Apache-2.0"
77
head "https://github.com/prometheus/node_exporter.git", branch: "master"
88

@@ -12,12 +12,12 @@ class NodeExporter < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f07cab1ef410aa386ac7d5dbdae56a7363f6298e22e0b8973f8f861a41b5ff35"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "292c6f04f46c2b69b63751a41ec9a655e99ee9c76292a6de47938dafcdbc45a5"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2950880ae1912b121792c883c22f4f13d0a02821b63198eb8c9f0b234940c5e6"
18-
sha256 cellar: :any_skip_relocation, sonoma: "96d7c2cfa0843c334804050a1efd1ba82ef64d1142eabe9b2d39ca6009f14f66"
19-
sha256 cellar: :any_skip_relocation, ventura: "346e02a63e009b50ad16f12ad0061699875e08858ee0475b50ffbddce937eaf8"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2c1630f0acc8623190dffff9e1b7c002741e1c968ec9eda781aa2049e38eb793"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "565cd465b106577cc18e06dd38849171c6b2d21bbb52b77bde2acd62ba410507"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "92d7ecfaab3f175f5456d0139ee7dca60226d7fe709c64f3442b5f7c3430aa73"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1055c3e3d6071109e65dbe6035fa09d895235cacbe20e089a4c2e8f5053b05b0"
18+
sha256 cellar: :any_skip_relocation, sonoma: "97088503f43c259232260ae0b5795c6cae1c1d304e3dcb9b3b648995c5a3a744"
19+
sha256 cellar: :any_skip_relocation, ventura: "0b9f53c0e755e2d7c01b325303647106c54f96a60a90f552b6c13c6bbbaa1a3f"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0d866c49ec2dd77096b45308bb18d209f81545bdff34b3309f97d6b43ae42dc5"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)