Skip to content

Commit

Permalink
feat: upgrade bendsql to v0.17.0
Browse files Browse the repository at this point in the history
Closes #19.

Signed-off-by: everpcpc <1808802+everpcpc@users.noreply.github.com>
  • Loading branch information
everpcpc committed Apr 18, 2024
1 parent 309e526 commit 79cedfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bendsql.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Bendsql < Formula
desc "Databend Native Command-Line Tool"
homepage "https://databend.rs"
url "https://github.com/datafuselabs/bendsql/archive/refs/tags/v0.16.0.tar.gz"
sha256 "3456bd6b7bdd10fddc174bca3441bb7dbdc68be7f23f459ffe964dddf6eeda2e"
url "https://github.com/datafuselabs/bendsql/archive/refs/tags/v0.17.0.tar.gz"
sha256 "45499231b19626a03025b4780270a11662d45414415b53d8271d59f3d0a10b13"
license "Apache-2.0"

bottle do
Expand All @@ -22,6 +22,6 @@ def install

test do
output = shell_output("#{bin}/bendsql -V")
assert_match "bendsql 0.16.0-homebrew\n", output
assert_match "bendsql 0.17.0-homebrew\n", output
end
end

0 comments on commit 79cedfd

Please sign in to comment.