From 210f95d0aa40c5a69a59a94da34d58b071309e96 Mon Sep 17 00:00:00 2001 From: Chris Saez Date: Tue, 3 Dec 2024 23:42:00 +0100 Subject: [PATCH] Bump version 1.4.0 --- Formula/badgetizr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/badgetizr.rb b/Formula/badgetizr.rb index fcae944..7db3610 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.3.0.tar.gz" + url "https://github.com/aiKrice/homebrew-badgetizr/archive/refs/tags/1.4.0.tar.gz" head "https://github.com/aiKrice/homebrew-badgetizr.git", branch: "master" - sha256 "aafd3c410792cc32fa6903ba74619891f6a7b197a01609b3d8f44cbfa79d8038" + sha256 "2f55cf5d48a7644f8c54605a77703f0bd4a17cee1f99b88dd0459f8cbc7061e8" license "MIT" depends_on "yq"