Skip to content

Commit

Permalink
Merge pull request #201345 from Homebrew/bump-chronograf-1.10.6
Browse files Browse the repository at this point in the history
chronograf 1.10.6
  • Loading branch information
BrewTestBot authored Dec 16, 2024
2 parents 2f380d0 + d7d3010 commit 1b1ecad
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/c/chronograf.rb
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
class Chronograf < Formula
desc "Open source monitoring and visualization UI for the TICK stack"
homepage "https://docs.influxdata.com/chronograf/latest/"
url "https://github.com/influxdata/chronograf/archive/refs/tags/1.10.5.tar.gz"
sha256 "bd887b98d6fb5f7ce22a443a7a56f6705ad5ba4ad7eb969c9a6d89e115b07541"
url "https://github.com/influxdata/chronograf/archive/refs/tags/1.10.6.tar.gz"
sha256 "fdfa914ae75ed62f6ab9e2052df0463a10c0a8164a968bbd240dfaa9b4b4336b"
license "AGPL-3.0-or-later"
head "https://github.com/influxdata/chronograf.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "de1d737bf94a32e9ffe769198ff764095a28d8aba561906d9fc7cbbd74b08e99"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "479ff3daf9e0210d42afe5715221e08ef27fbc115061a7a76679a9e0d8032ea3"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e7c68f9bd678c75268354f29fca7dd9bdb99eafb1fa30d5aabcf0124d57c6cc4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "f879489d6e407bacb32ad21833e69d9a1ba3d9c3e91486a87f0bb4a4d5f238f9"
sha256 cellar: :any_skip_relocation, sonoma: "face2320a40e63960ec6961ad37b94e578a78c8eb1666958c7229537a7ad7dd0"
sha256 cellar: :any_skip_relocation, ventura: "595d2b0e4c40cd4e1551c5b59a4c49e63b7b812a5e31720a548960ac88392ff1"
sha256 cellar: :any_skip_relocation, monterey: "b511bbf276eeec195dd8004819008ef122e517b38818c6eb230d0f55d88b2cd2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "29fb84d4eb87f377d640e5de2e57ffde59f03e20bc0b0b250371a79f45261f28"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9c6f0c50fbbcb105c16ab85f14c9617686184ea77ef865b3d9e70cb0cbf3b299"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "72264340eac06789de942e6e0cef807da0dc47960a74a86fdb0cb6df54f7ef55"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8b664526d0b3264296a448545be20bffcf55f6f881dba130dd4e4a668ffcc996"
sha256 cellar: :any_skip_relocation, sonoma: "71ae894712f61af67b7e6e621c64a381b47a699b08865a66e199392bd847a658"
sha256 cellar: :any_skip_relocation, ventura: "04c46f01b5e570eb2ca462d6d52e6ca675458e11664bbae49ea017452f8a0b7e"
sha256 cellar: :any_skip_relocation, x86_64_linux: "0ae34e06a0a406da8cadae54ef3d4ac06fda959916ea9511b08ab4cf6207ff45"
end

depends_on "go" => :build
Expand Down

0 comments on commit 1b1ecad

Please sign in to comment.