From 87ebd0689cff6c34423cde8d83f29cae88b8253f Mon Sep 17 00:00:00 2001 From: Chris Saez Date: Thu, 5 Dec 2024 22:54:12 +0100 Subject: [PATCH] Bump version 1.5.1 --- Formula/badgetizr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/badgetizr.rb b/Formula/badgetizr.rb index 3d31966..59cde68 100644 --- a/Formula/badgetizr.rb +++ b/Formula/badgetizr.rb @@ -1,9 +1,9 @@ class Badgetizr < Formula desc "Badgetizr is a tool to allow custom badges automatically added and updated according the content of your pull request." homepage "https://github.com/aiKrice/homebrew-badgetizr" - url "https://github.com/aiKrice/homebrew-badgetizr/archive/refs/tags/1.5.0.tar.gz" + url "https://github.com/aiKrice/homebrew-badgetizr/archive/refs/tags/1.5.1.tar.gz" head "https://github.com/aiKrice/homebrew-badgetizr.git", branch: "master" - sha256 "797d27a0a2614a97e4dd93fa61b8e6a16c58fb8bd0ad0f16d42a96486415b6c2" + sha256 "5590862324f8d9e902f1ae7c3b5b0a4122b707ebbbe49809f36f1a672fde3167" license "MIT" depends_on "yq"