Skip to content

Commit 919781c

Browse files
authored
Merge pull request #255928 from Homebrew/bump-questdb-9.2.1
questdb 9.2.1
2 parents 5669fb9 + cd23eb3 commit 919781c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/q/questdb.rb

Lines changed: 3 additions & 4 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.2.0/questdb-9.2.0-no-jre-bin.tar.gz"
5-
sha256 "d544efa122b29b8f99be93c4827886b925158c124a841e45d6a4c6ae65a405e7"
4+
url "https://github.com/questdb/questdb/releases/download/9.2.1/questdb-9.2.1-no-jre-bin.tar.gz"
5+
sha256 "6b4de6ea8d9c6dddc85ba873b3a968138cee265d6ad60fafcf9c8ceb32e3f438"
66
license "Apache-2.0"
77

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

1313
bottle do
14-
rebuild 1
15-
sha256 cellar: :any_skip_relocation, all: "05f49c6231d368cbb572519717dffc9709af75c61e9f042c17db07e530bacedf"
14+
sha256 cellar: :any_skip_relocation, all: "f0a003597bf7700fb301aa8d272d772bf5af5187eb4f60e3835102eeb27e7984"
1615
end
1716

1817
depends_on "openjdk"

0 commit comments

Comments
 (0)