Skip to content

Commit 32973c2

Browse files
authored
Merge pull request Homebrew#193223 from Homebrew/bump-questdb-8.1.2
questdb 8.1.2
2 parents 0d06b3b + fae37dd commit 32973c2

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.1.1/questdb-8.1.1-no-jre-bin.tar.gz"
5-
sha256 "9a8753ca73d8ecdab374e29e92649a32962f445e68485d010914f6c5911430dd"
4+
url "https://github.com/questdb/questdb/releases/download/8.1.2/questdb-8.1.2-no-jre-bin.tar.gz"
5+
sha256 "a0586bfe506c8377bbbd488d417c2305317a1808c16329b8f9806803fd8bb1a8"
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: "6b68600a443ffe0486616240b8b7a37a288708c1df95cd272ea4168f7e8cd9c8"
14+
sha256 cellar: :any_skip_relocation, all: "588a9cc3391fcd2e694bbbe93999670718864c19d3cc19aa9465d6f61fe84dfd"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)