From 87b7ab466c02ecd4b44ea62e565983fc841be399 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Tue, 12 Oct 2021 01:03:00 +0000 Subject: [PATCH] qwt-qt5: add 6.2.0 bottle. --- Formula/qwt-qt5.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Formula/qwt-qt5.rb b/Formula/qwt-qt5.rb index 50ceb4c5d82..16f2e4a5d98 100644 --- a/Formula/qwt-qt5.rb +++ b/Formula/qwt-qt5.rb @@ -10,6 +10,14 @@ class QwtQt5 < Formula regex(%r{url=.*?/qwt[._-]v?(\d+(?:\.\d+)+)\.t}i) end + bottle do + sha256 cellar: :any, arm64_big_sur: "8cdb0b030f1a548606531d46dd4f73c0b35da8e8a249ac41e2d0fab0018d87dc" + sha256 cellar: :any, big_sur: "5fc9bc6b8d0e715918d4d20e71b4c160000ffc9f72d2d83aad53090da62d95ae" + sha256 cellar: :any, catalina: "11319984474db0f6df62deca1cb13f08a67e67277afbe478db4236a1249d1ece" + sha256 cellar: :any, mojave: "c0d24a905722acc0d4932e7fff585e3360b99df57bc5183b5b1f121e6ad7212c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "0dccc2c24c83ee86c6042c5b9f452637e4b854c71efe9e495e602ef73c5686e3" + end + keg_only "it conflicts with qwt" depends_on "qt@5"