File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments