Skip to content

Commit 44507c3

Browse files
authored
Merge pull request #228137 from Homebrew/bump-flux-0.197.0
flux 0.197.0
2 parents b3ffe22 + bcb2aea commit 44507c3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/f/flux.rb

Lines changed: 10 additions & 10 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

@@ -13,12 +13,12 @@ class Flux < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any, arm64_sequoia: "b6686adac661513f008b49b99c017158de41036cc5a49ecab3354f65c1d94f23"
17-
sha256 cellar: :any, arm64_sonoma: "0825082d32c9df11d1350e7dee2dc8a6cf6de47b7a1bfaca5272750227666570"
18-
sha256 cellar: :any, arm64_ventura: "97fc685fa00d084bd8f0efd2e573cfb7f415f6ba1345fe9a36e5a395499869d7"
19-
sha256 cellar: :any, sonoma: "e61e9d7e89ed29cfccb6d7855348dca8ce2d88ac8076f5b00d263374f7bca4a6"
20-
sha256 cellar: :any, ventura: "9378570b7b39faa410f873c2d2973cf98c8e627aa9ea0e31efb435cdcc41a5ff"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff900b3355d134a5d1ede2c417a4858656f4e307ae9894ab5be092037e2feef6"
16+
sha256 cellar: :any, arm64_sequoia: "97de1a79669a9890e7d710ef00ca4ad477303d483b968b524a5f3b000b7d0f61"
17+
sha256 cellar: :any, arm64_sonoma: "1ca9eb85d95123297eb05902831cdb0b9ddb27700129e47575769c1fbe2e153d"
18+
sha256 cellar: :any, arm64_ventura: "b828e246911d416cb85083473f322e5365f39d88976a2967e0bdd09bce1258ad"
19+
sha256 cellar: :any, sonoma: "8667d1ed59e6f177b8a6968b644a64c53e7b8864ee7103dbea7adf43265da09b"
20+
sha256 cellar: :any, ventura: "f2c79724912aa01c5165b3e48433344a131256c056690521fabd53610c0a20b5"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d193ecd70a69a9f1e6e0d3b530d6513294296b77e60f3c894c3d0b089a637666"
2222
end
2323

2424
depends_on "go" => :build
@@ -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)