diff --git a/bendsql.rb b/bendsql.rb index d904b59..d1f6767 100644 --- a/bendsql.rb +++ b/bendsql.rb @@ -1,12 +1,12 @@ class Bendsql < Formula desc "Databend Native Command-Line Tool" homepage "https://databend.rs" - url "https://github.com/datafuselabs/databend-client/archive/v0.6.7.tar.gz" - sha256 "91b68bd6eb06216427100515299b3ca7f17d8efc8f7f9f3722842908ea405ef3" + url "https://github.com/datafuselabs/databend-client/archive/v0.7.0.tar.gz" + sha256 "6b4061ec0c86bc43a1262260e2cc352be7cd25b3c06ba064d4466bbf2791cd6a" license "Apache-2.0" bottle do - root_url "https://github.com/databendcloud/homebrew-tap/releases/download/bendsql-0.6.7" + root_url "https://github.com/databendcloud/homebrew-tap/releases/download/bendsql-0.7.0" sha256 cellar: :any_skip_relocation, arm64_ventura: "8cca46c99673cf26cdf23a3e68fc49d8e83465718390527436ce5e813ca5fe53" end @@ -22,6 +22,6 @@ def install test do output = shell_output("#{bin}/bendsql -V") - assert_match "bendsql 0.6.7-homebrew\n", output + assert_match "bendsql 0.7.0-homebrew\n", output end end