From cde92eaa155661952a313bc7e9d629655ee6e43e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:53:33 +0000 Subject: [PATCH 1/2] questdb 7.3.9 --- Formula/q/questdb.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/q/questdb.rb b/Formula/q/questdb.rb index 55786555e1006..edd75ceb044bc 100644 --- a/Formula/q/questdb.rb +++ b/Formula/q/questdb.rb @@ -1,8 +1,8 @@ class Questdb < Formula desc "Time Series Database" homepage "https://questdb.io" - url "https://github.com/questdb/questdb/releases/download/7.3.7/questdb-7.3.7-no-jre-bin.tar.gz" - sha256 "46f1189cf96598aed9149e65e1c9a756b458aff105a6ee704aab06cd1d98d8ae" + url "https://github.com/questdb/questdb/releases/download/7.3.9/questdb-7.3.9-no-jre-bin.tar.gz" + sha256 "91ba4b78538bcd53e7a0d9671403e63e17ee36610492bac4e102cddc65cc6753" license "Apache-2.0" livecheck do From dc34088c9d296dafe6d447f5b340e4b2578f0de1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 15 Jan 2024 22:51:42 +0000 Subject: [PATCH 2/2] questdb: update 7.3.9 bottle. --- Formula/q/questdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/q/questdb.rb b/Formula/q/questdb.rb index edd75ceb044bc..cec93a2232f2a 100644 --- a/Formula/q/questdb.rb +++ b/Formula/q/questdb.rb @@ -11,7 +11,7 @@ class Questdb < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "ce341d44e0adb0dd6fd1db67e4f940131ec2f88ba730a61b57e0e240c6572824" + sha256 cellar: :any_skip_relocation, all: "a81951f218ed09a0030471e65636c2db18819e7451d2872cc73c45fe0e604d1e" end depends_on "openjdk@17"