Skip to content

Commit 1aa530f

Browse files
authored
Merge pull request #220225 from Homebrew/[email protected]
influxdb@1 1.12.0
2 parents 64a3d51 + fe9037b commit 1aa530f

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

Formula/i/[email protected]

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class InfluxdbAT1 < Formula
22
desc "Time series, events, and metrics database"
33
homepage "https://influxdata.com/time-series-platform/influxdb/"
4-
url "https://github.com/influxdata/influxdb/archive/refs/tags/v1.11.8.tar.gz"
5-
sha256 "c53e9390ca3c513c508aafc7b91d169fb5200ba741ac9756e59b2f674ae53738"
4+
url "https://github.com/influxdata/influxdb/archive/refs/tags/v1.12.0.tar.gz"
5+
sha256 "386ffaae9b050c52e720153f6c52b4a832d97edbfd589ffe498a269b6fe09fbf"
66
# 1.x is using MIT license while 1.x and 3.x is using dual license (Apache-2.0/MIT)
77
license "MIT"
88

@@ -12,13 +12,12 @@ class InfluxdbAT1 < Formula
1212
end
1313

1414
bottle do
15-
rebuild 1
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a16ab41c6f874c7b1f4a3270f330737ab97bca896bd0ebc16959b98ca9d4508d"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d883510e1b2a7ce917bcda970363dcfe5fb8d7b5470ff139c5ba4cb8cfbed8d9"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "feb8a53d3796b3a3f6db169cfcfbff22ea1f4640c6dfa4bcef7279229e898913"
19-
sha256 cellar: :any_skip_relocation, sonoma: "22571e63d45311ce6b79114d1ffbeba4d2afc9c04e15200ad799dae9078bdd54"
20-
sha256 cellar: :any_skip_relocation, ventura: "575068844d81e6c2623d995aaf2f3891e0d19ba3ad555db6575b76bb2cb56274"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b659d515984209fb912df2e58ab96f2ac9b93240f89885f85e4c6d57ece1e30"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a54efa19a98e686d906825fc5aa9fed8c740c38a76c9bd3e2b7946d2eeda0dfa"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ccd1fbfca74c70cf224bf1c12823f480cd7b6538c1e5289adba8574afd446b05"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "19953f46f583a2f2295bb3fa8f551cbf324c8b1f8b699ac01a538f44803dad3d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "1da2fcc61dc5a233920aa387e0009e2c50488b20fc5901ad2a78353a9f02d48c"
19+
sha256 cellar: :any_skip_relocation, ventura: "b02e6c03e1e7ca6a1e71985ae1adeb0ff867e47bf22d84ef5231ab0ce037459d"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "79494e554b7bd0f9f1191d40a86a23bd5ef01e58ab2f8bc99ad088603023ce2d"
2221
end
2322

2423
keg_only :versioned_formula
@@ -31,16 +30,8 @@ class InfluxdbAT1 < Formula
3130
# If you're upgrading to a newer influxdb version, check to see if this needs
3231
# to be upgraded too.
3332
resource "pkg-config-wrapper" do
34-
url "https://github.com/influxdata/pkg-config/archive/refs/tags/v0.2.11.tar.gz"
35-
sha256 "52b22c151163dfb051fd44e7d103fc4cde6ae8ff852ffc13adeef19d21c36682"
36-
end
37-
38-
# update flux dep to fix rust build issue
39-
# upstream bug report, https://github.com/influxdata/influxdb/issues/25440
40-
# upstream rust 1.83 build patch, https://github.com/influxdata/flux/pull/5516
41-
patch do
42-
url "https://raw.githubusercontent.com/Homebrew/formula-patches/a2f5c7e20f69eabde99098e6480d2b29faaf2638/influxdb%401/1.11.8-rust.patch"
43-
sha256 "f24a5021b72a3ebd9b7234c35f033fa0f5d5f10377257af09dcfdbd84fcf5ed4"
33+
url "https://github.com/influxdata/pkg-config/archive/refs/tags/v0.2.14.tar.gz"
34+
sha256 "465d2fb3fc6dab9aca60e3ee3ca623ea346f3544d53082505645f81a7c4cd6d3"
4435
end
4536

4637
def install

0 commit comments

Comments
 (0)