Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade to 0.7.0 #8

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions bendsql.rb
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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