From fbc4250f2f97a12c19abcbc60fe2bec237f79fb4 Mon Sep 17 00:00:00 2001 From: Michael Cho <20700669+cho-m@users.noreply.github.com> Date: Sat, 24 Aug 2024 22:49:48 +0000 Subject: [PATCH] questdb: update 8.1.0 bottle. --- Formula/q/questdb.rb | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Formula/q/questdb.rb b/Formula/q/questdb.rb index f4b0e9d336900..aef6ec2645f3b 100644 --- a/Formula/q/questdb.rb +++ b/Formula/q/questdb.rb @@ -11,13 +11,8 @@ class Questdb < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "8225dbc461417c9199e96bb08c0666be61805b7ec3b34c6b86b21b3f17758a41" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8225dbc461417c9199e96bb08c0666be61805b7ec3b34c6b86b21b3f17758a41" - sha256 cellar: :any_skip_relocation, arm64_monterey: "8225dbc461417c9199e96bb08c0666be61805b7ec3b34c6b86b21b3f17758a41" - sha256 cellar: :any_skip_relocation, sonoma: "8225dbc461417c9199e96bb08c0666be61805b7ec3b34c6b86b21b3f17758a41" - sha256 cellar: :any_skip_relocation, ventura: "8225dbc461417c9199e96bb08c0666be61805b7ec3b34c6b86b21b3f17758a41" - sha256 cellar: :any_skip_relocation, monterey: "8225dbc461417c9199e96bb08c0666be61805b7ec3b34c6b86b21b3f17758a41" - sha256 cellar: :any_skip_relocation, x86_64_linux: "4e954ecc2c804e5504fc95050336a86af94639fe8164b4cf221e49d23a5be1a6" + rebuild 1 + sha256 cellar: :any_skip_relocation, all: "b0b0c73c3396639cd180f5c599965892e0720f62f6636272d537349165dafe59" end depends_on "openjdk"