Skip to content

Commit 220a6a6

Browse files
authored
Merge pull request #233666 from Homebrew/bump-questdb-9.0.2
questdb 9.0.2
2 parents 9e38b18 + 74d4608 commit 220a6a6

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/9.0.1/questdb-9.0.1-no-jre-bin.tar.gz"
5-
sha256 "9e72107cad87fa38443979afa81a1b90ebbf458731adc5e72d7b6b4d4e6db2a7"
4+
url "https://github.com/questdb/questdb/releases/download/9.0.2/questdb-9.0.2-no-jre-bin.tar.gz"
5+
sha256 "b8b9018c6e9a054695dbbde15f643f647580ae8cb3b8ad664b11f3a296bf660a"
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: "0894694a55beb7c61100f7840a4c1aaa4def4ce8e969b76799d015501371df6c"
14+
sha256 cellar: :any_skip_relocation, all: "213fea5c536e1fac3d3cdd21a297c7a7f960682581ce31c45e3160ac99eefd28"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)