From 21a49ff91113d3809e5a55b97c8d03949d4c7576 Mon Sep 17 00:00:00 2001 From: bmxav <5422569+bmxav@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:59:22 -0400 Subject: [PATCH] gen-ir 0.5.1 formula --- 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 6f4378d..3b41e2b 100644 --- a/Formula/gen-ir.rb +++ b/Formula/gen-ir.rb @@ -2,8 +2,8 @@ class GenIr < Formula desc "Generate LLVM IR from an Xcode Build Log" homepage "https://github.com/veracode/gen-ir" url "https://github.com/veracode/gen-ir.git", - tag: "0.5.0", - revision: "32f7d7374504adf5e0d696dfd9112fbd43f05e62" + tag: "0.5.1", + revision: "cdc00c70917525f0252d49a57f4b46562904b7ae" version_scheme 1 head "https://github.com/veracode/gen-ir.git", branch: "main"