Skip to content

Commit b8e8fb2

Browse files
authored
Merge pull request Homebrew#225230 from Homebrew/bump-questdb-8.3.3
questdb 8.3.3
2 parents 721683c + 416ba9c commit b8e8fb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/q/questdb.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Questdb < Formula
22
desc "Time Series Database"
33
homepage "https://questdb.io"
4-
url "https://github.com/questdb/questdb/releases/download/8.3.2/questdb-8.3.2-no-jre-bin.tar.gz"
5-
sha256 "e72695f9e85c6a65c855066fb5edbec94774168b1e476905ba1bf365bdd2658f"
4+
url "https://github.com/questdb/questdb/releases/download/8.3.3/questdb-8.3.3-no-jre-bin.tar.gz"
5+
sha256 "0b796112083d7ab018495e2a53ec6a3ccd586ea0888fb9aa995ceefba058fa92"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Questdb < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "2d09349ca422c47f4a7dd85c279aeb87faa406c26f2884f0433a6212c0c2b703"
14+
sha256 cellar: :any_skip_relocation, all: "59802946aa2e63b27f5644b5c37b3a5d1142ff35d42ea1e5f2279b1048a06ba5"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)