From 69da8b4a62e773e698aa1771aa3fcffbc0e8860e Mon Sep 17 00:00:00 2001 From: backwardspy Date: Mon, 27 May 2024 17:45:32 +0100 Subject: [PATCH] whiskers 2.3.0 Closes #26. Signed-off-by: backwardspy --- Formula/whiskers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/whiskers.rb b/Formula/whiskers.rb index fd98481..cada5c5 100644 --- a/Formula/whiskers.rb +++ b/Formula/whiskers.rb @@ -1,8 +1,8 @@ class Whiskers < Formula desc "Soothing port creation tool for the high-spirited!" homepage "https://github.com/catppuccin/toolbox/tree/main/whiskers" - url "https://github.com/catppuccin/toolbox/archive/refs/tags/whiskers-v2.2.0.tar.gz" - sha256 "6a8c72649ea10160a558cb26eb166bedce5259eede29bffa849c817594ae8d6b" + url "https://github.com/catppuccin/toolbox/archive/refs/tags/whiskers-v2.3.0.tar.gz" + sha256 "aba0e5c17cb6853f25a303480da82e2c2b50fbab1be50d4620e82ecfaa1f183e" license "MIT" head "https://github.com/catppuccin/toolbox.git", branch: "main"