Skip to content

Commit 937a90f

Browse files
BrewTestBotchenrui333
authored andcommitted
flux 0.197.0
flux: pkg-config-wrapper 0.3.0 Signed-off-by: Rui Chen <[email protected]>
1 parent 12380bf commit 937a90f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/f/flux.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ class Flux < Formula
22
desc "Lightweight scripting language for querying databases"
33
homepage "https://www.influxdata.com/products/flux/"
44
url "https://github.com/influxdata/flux.git",
5-
tag: "v0.196.1",
6-
revision: "ba61b9b27df5368b0fbf05df5bbbfcfb60c96dd7"
5+
tag: "v0.197.0",
6+
revision: "6f5f1c0c24c7da7a705f9805c2782ba091599c5f"
77
license "MIT"
88
head "https://github.com/influxdata/flux.git", branch: "master"
99

@@ -30,8 +30,8 @@ class Flux < Formula
3030
# NOTE: The version here is specified in the go.mod of influxdb.
3131
# If you're upgrading to a newer influxdb version, check to see if this needs upgraded too.
3232
resource "pkg-config-wrapper" do
33-
url "https://github.com/influxdata/pkg-config/archive/refs/tags/v0.2.12.tar.gz"
34-
sha256 "23b2ed6a2f04d42906f5a8c28c8d681d03d47a1c32435b5df008adac5b935f1a"
33+
url "https://github.com/influxdata/pkg-config/archive/refs/tags/v0.3.0.tar.gz"
34+
sha256 "769deabe12733224eaebbfff3b5a9d69491b0158bdf58bbbbc7089326d33a9c8"
3535

3636
livecheck do
3737
url "https://raw.githubusercontent.com/influxdata/flux/v#{LATEST_VERSION}/go.mod"

0 commit comments

Comments
 (0)