Skip to content

Commit

Permalink
Merge pull request Homebrew#167714 from Homebrew/bump-telegraf-1.30.1
Browse files Browse the repository at this point in the history
telegraf 1.30.1
  • Loading branch information
BrewTestBot authored Apr 1, 2024
2 parents f052838 + 7c04d72 commit 7915f32
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/t/telegraf.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Telegraf < Formula
desc "Plugin-driven server agent for collecting & reporting metrics"
homepage "https://www.influxdata.com/time-series-platform/telegraf/"
url "https://github.com/influxdata/telegraf/archive/refs/tags/v1.30.0.tar.gz"
sha256 "ec86fa035040208e81a2e8ccab1c05f59b975111fb527a3f0f5129ff3b8321b3"
url "https://github.com/influxdata/telegraf/archive/refs/tags/v1.30.1.tar.gz"
sha256 "77f01e8dc2e84b6a91f9ad2b5aa80873f53076a1c806c0966267769896e1b015"
license "MIT"
head "https://github.com/influxdata/telegraf.git", branch: "master"

Expand All @@ -12,13 +12,13 @@ class Telegraf < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a3971e7b98120345bbae20144f12d89217f6638fffdd8ab1c9c6347ba2b6039"
sha256 cellar: :any_skip_relocation, arm64_ventura: "94a88dae2fc00ceaba3e188c5662f7742722db0cbc3640e68bd5eaa730d609dc"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3c5b5ed754454ad0081139b08a45919333b162e5411c50d12e633afe1184a2ce"
sha256 cellar: :any_skip_relocation, sonoma: "adbc69bba1b7b3c476c4743a0cde324a96af705e63905be48a0e53b384096acb"
sha256 cellar: :any_skip_relocation, ventura: "60ec81a5d24c38b42ebd4a21b50332c747f025ce79e96458e50fc7e534198a69"
sha256 cellar: :any_skip_relocation, monterey: "f0a06474ff8aa6aeb6caeb24c2b716729fdb566109958bda64cf928214d04a0b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "07503f6722eb7da2fc403bc9bd52c9718892f37c8319cdd9e1600f2ab242822d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "846308542f523706498243d53e3262eb9b80294d56218fa380b9060f654c8937"
sha256 cellar: :any_skip_relocation, arm64_ventura: "67c8ae0eacf4fea2f7ed56d79c8d986837bc476b85c7ffd5bd9cd210155d4c18"
sha256 cellar: :any_skip_relocation, arm64_monterey: "00f7e5fc0fec0efd21bb933c28124bd348bb42693785b38e10f68ca1ca0c637b"
sha256 cellar: :any_skip_relocation, sonoma: "5c16cc9a7e6bf570342f68e4e8262087fd98139488e10c44b3ffd24e96f407a5"
sha256 cellar: :any_skip_relocation, ventura: "a3f1d57df64e3cc30d3f33a8d35589a1a3ed47ffb1a9017d087970cdf30779a5"
sha256 cellar: :any_skip_relocation, monterey: "36c58fe375736b4790ec164a1d5c91868c2cc3a6762ba691d44c4ca6c6a3e671"
sha256 cellar: :any_skip_relocation, x86_64_linux: "794bca45193a923d464f085a24f026f453d373b10137443c6f4d9e5cab3c4009"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7915f32

Please sign in to comment.