From f9bd39ac1ddd3965f308227a375a69d8c4fb1948 Mon Sep 17 00:00:00 2001 From: NinjaLikesCheez <1473041+NinjaLikesCheez@users.noreply.github.com> Date: Mon, 5 Jun 2023 14:53:08 +0000 Subject: [PATCH] gen-ir: update 0.4.2 bottle. --- Formula/gen-ir.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gen-ir.rb b/Formula/gen-ir.rb index 726e5ba..24c4754 100644 --- a/Formula/gen-ir.rb +++ b/Formula/gen-ir.rb @@ -13,8 +13,8 @@ class GenIr < Formula end bottle do - root_url "https://github.com/veracode/homebrew-tap/releases/download/gen-ir-0.4.1" - sha256 cellar: :any_skip_relocation, monterey: "fc5142b0d7f687470503f58d2fd122fa32051cd316a7f5dfbf1fcbd879dc4b72" + root_url "https://github.com/veracode/homebrew-tap/releases/download/gen-ir-0.4.2" + sha256 cellar: :any_skip_relocation, monterey: "ed734e21265e05d0b5679ac256d50366b0629741ae9142c9bf35c5bf5a36011a" end depends_on xcode: ["13.0", :build]