Skip to content

Commit

Permalink
chore: upgrade bendsql to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc authored Apr 2, 2024
1 parent 12b275c commit 85337fa
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.13.2.tar.gz"
sha256 "c80d3d1a90bce15e42fac744d1512ec7e6e827c8a13591696a9d052ccf465ca1"
url "https://github.com/datafuselabs/bendsql/archive/refs/tags/v0.16.0.tar.gz"
sha256 "3456bd6b7bdd10fddc174bca3441bb7dbdc68be7f23f459ffe964dddf6eeda2e"
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.13.2-homebrew\n", output
assert_match "bendsql 0.16.0-homebrew\n", output
end
end

0 comments on commit 85337fa

Please sign in to comment.