From c16ebac925dc95d2ea21a8f9166cb02c96da6f02 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:40:32 +0000 Subject: [PATCH 1/2] questdb 8.0.3 --- 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 5360ac1e63a37..ff8d52c51da14 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.0.1/questdb-8.0.1-no-jre-bin.tar.gz" - sha256 "4ba8ba5cbc45a48c58025c42bbe300ce730b9015afa7c415c6079dfab602593d" + url "https://github.com/questdb/questdb/releases/download/8.0.3/questdb-8.0.3-no-jre-bin.tar.gz" + sha256 "a17f2a987a7a71fa0e755b3f5ef81daa14399ab1f912208aaf6f0ec6e9393424" license "Apache-2.0" livecheck do From 80c5ff9f90c0f4ec22d6e3e217e2ba7f811f9b3e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 16 Jul 2024 17:35:56 +0000 Subject: [PATCH 2/2] questdb: update 8.0.3 bottle. --- Formula/q/questdb.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/q/questdb.rb b/Formula/q/questdb.rb index ff8d52c51da14..ffafed3420676 100644 --- a/Formula/q/questdb.rb +++ b/Formula/q/questdb.rb @@ -11,13 +11,13 @@ class Questdb < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "458851d5c14f843de01710bc4e6b5ec7f2a159345c71913b9ef4ee735b99c882" - sha256 cellar: :any_skip_relocation, arm64_ventura: "458851d5c14f843de01710bc4e6b5ec7f2a159345c71913b9ef4ee735b99c882" - sha256 cellar: :any_skip_relocation, arm64_monterey: "458851d5c14f843de01710bc4e6b5ec7f2a159345c71913b9ef4ee735b99c882" - sha256 cellar: :any_skip_relocation, sonoma: "458851d5c14f843de01710bc4e6b5ec7f2a159345c71913b9ef4ee735b99c882" - sha256 cellar: :any_skip_relocation, ventura: "458851d5c14f843de01710bc4e6b5ec7f2a159345c71913b9ef4ee735b99c882" - sha256 cellar: :any_skip_relocation, monterey: "458851d5c14f843de01710bc4e6b5ec7f2a159345c71913b9ef4ee735b99c882" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2c02e9e85196edc9ddc3c13495d4f7a9a9f77adab8a8513760a0b8ff7b093fdf" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "685647508ab9f132bee88801d334a566494c53af0bd10338d51fec3c47f05c94" + sha256 cellar: :any_skip_relocation, arm64_ventura: "685647508ab9f132bee88801d334a566494c53af0bd10338d51fec3c47f05c94" + sha256 cellar: :any_skip_relocation, arm64_monterey: "685647508ab9f132bee88801d334a566494c53af0bd10338d51fec3c47f05c94" + sha256 cellar: :any_skip_relocation, sonoma: "fe8204660cc4191ecdbe87f0d0b90ae6394fc059766661a0fb6f8d7f2e275ec8" + sha256 cellar: :any_skip_relocation, ventura: "fe8204660cc4191ecdbe87f0d0b90ae6394fc059766661a0fb6f8d7f2e275ec8" + sha256 cellar: :any_skip_relocation, monterey: "685647508ab9f132bee88801d334a566494c53af0bd10338d51fec3c47f05c94" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a4b5514cba9fd8ebe275cd3daedb5d6c26987a52a851cbc8094ce4f2874687ef" end depends_on "openjdk"