Skip to content

Commit 464f6c4

Browse files
authored
Merge pull request #233883 from Homebrew/bump-victoriametrics-1.124.0
victoriametrics 1.124.0
2 parents 7e634d2 + 0388e35 commit 464f6c4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/v/victoriametrics.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Victoriametrics < Formula
22
desc "Cost-effective and scalable monitoring solution and time series database"
33
homepage "https://victoriametrics.com/"
4-
url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.123.0.tar.gz"
5-
sha256 "fac29199ea949c420800564a0aeae33bd21539916cdfdccaf6617695083c54ec"
4+
url "https://github.com/VictoriaMetrics/VictoriaMetrics/archive/refs/tags/v1.124.0.tar.gz"
5+
sha256 "abc832851e2e9ed2714a42c549af217669c950e088a238d665be3c8225fd6438"
66
license "Apache-2.0"
77

88
# There are tags like `pmm-6401-v1.89.1` in the upstream repo. They don't
@@ -14,13 +14,13 @@ class Victoriametrics < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7d7b06de6485f3446e655b96c2178ef258a081d3780a5e5ffee37efaf659fc5a"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4cd8e94c5a1a26950b66e0e87f84a206b02f075b5678739ea6c58e7be1e648f9"
19-
sha256 cellar: :any_skip_relocation, arm64_ventura: "68023e00be6882a1465cda9d0c9acb6720c341289338b51d58c7841661530131"
20-
sha256 cellar: :any_skip_relocation, sonoma: "30004f4e236e0e06e872ffb4997802c09bf37be9b2a5e98eabb52519b692160a"
21-
sha256 cellar: :any_skip_relocation, ventura: "d11ed6906600ca05f81a1db1ca65a06785870f7a42a4c3c0aa0ca54568007c21"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "edd7851916d4e55c76f066a3adf8e3ad9ae57e2d6bce1cbdd156a328e4dd0385"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2af52724e10dac491999a5292e3edaf822b2afb873550e2a55a559c4a9358c1a"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1bdd023bc89e04ab3a75d680c17efc5478aeb83f0a81767d89b9e0f93fff1a59"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4ddeaef06fcb709caad8bc22b0a77069cf5fb24beedd5188c6db76f0d9adfe6e"
19+
sha256 cellar: :any_skip_relocation, arm64_ventura: "88291a266f5aeec9a39c329cd2b8458946559d3bcdcdf6675731cc7cc1489e71"
20+
sha256 cellar: :any_skip_relocation, sonoma: "12921e444d7cba958e5300be12d2d3125b0b09e8079f4eae17cc13b64f9d67f1"
21+
sha256 cellar: :any_skip_relocation, ventura: "52a5c3b56d22546adb3eaaf6abd8fdedfe2b50885a91560290137fe30b93eb51"
22+
sha256 cellar: :any_skip_relocation, arm64_linux: "175dc051b82262a3b7e202439f73c11377b4de3775a8ded0cb4cd0cc9ea0e462"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4d1664e1b756be428dac2d13be5de1a622e8662d202e46b64a989246383d1400"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)