From 4d9889a45b959e7191f5003e45a45d3a7725e1f7 Mon Sep 17 00:00:00 2001 From: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Date: Mon, 17 Oct 2022 06:56:41 +0000 Subject: [PATCH] xq: add 0.0.8 bottle. --- Formula/xq.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/xq.rb b/Formula/xq.rb index ead9c0b991e..f6abe138c18 100644 --- a/Formula/xq.rb +++ b/Formula/xq.rb @@ -6,6 +6,15 @@ class Xq < Formula license "MIT" head "https://github.com/sibprogrammer/xq.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, arm64_monterey: "4191730c263fa0389e7aa8a7be8ccd50075c28f6a52f47585d3bf94b01e4a6d8" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "36a8d6d20c8ae3734bb749e080d3a5b665c2563824a1bc7bb4f574e39cf700f2" + sha256 cellar: :any_skip_relocation, monterey: "f62cc6bdb06dda94da9bb5ce040497833b01933770f200dd973d88d8ccba9a1b" + sha256 cellar: :any_skip_relocation, big_sur: "b1559f646a54240384d8931cb155689bf7ff40aebf113826e8f453e1ba25082a" + sha256 cellar: :any_skip_relocation, catalina: "0718b2b10cd49943c30fd6b24dd19411f7f431b204d0c0b4f44eacc210959b4b" + sha256 cellar: :any_skip_relocation, x86_64_linux: "905d5abe7415a7cfc8b93e5df66e299e68c762db654ca1c77bc1146fecb01c55" + end + depends_on "go" => :build def install