From 9ea75e189d1fb49fb1f8d77b79791bbbe20324a9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:49:29 +0000 Subject: [PATCH 1/2] questdb 8.1.4 --- 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 6f66af24cfa13..7c4781922694b 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/8.1.3/questdb-8.1.3-no-jre-bin.tar.gz" - sha256 "ff405f271270794577cad5c1b5abb723370a23d44a2ae6843163a5994af83311" + url "https://github.com/questdb/questdb/releases/download/8.1.4/questdb-8.1.4-no-jre-bin.tar.gz" + sha256 "82deacb49b625dc475ad4d7aa5e5851e730499cf96c02a7595d79df7ad56b996" license "Apache-2.0" livecheck do From 750f94cb4c267e41516c76c46cb540db927b4559 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 23 Oct 2024 16:13:12 +0000 Subject: [PATCH 2/2] questdb: update 8.1.4 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 7c4781922694b..6873b33565e65 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: "4fcb3e92407095d5198088ecc19068434c71b4f8e5c9feec5aed27f616d555b8" + sha256 cellar: :any_skip_relocation, all: "20971276238d965b16d8fcae1a24588e09c1d99b0d785c74ec202b29e925d3a3" end depends_on "openjdk"