From 52545a55acf73174a0c259f045bfd26243e736e1 Mon Sep 17 00:00:00 2001 From: backwardspy Date: Tue, 2 Apr 2024 20:12:41 +0100 Subject: [PATCH] whiskers 2.0.2 Closes #15. 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 b949bf7..d043984 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.0.1.tar.gz" - sha256 "9b63415ac1b942b1bb651ce8a2994fbf862aef8eb26a00d042d1a96c05f3ebcf" + url "https://github.com/catppuccin/toolbox/archive/refs/tags/whiskers-v2.0.2.tar.gz" + sha256 "f75106b5251be0b0da66c5c1a7a1d154420b758dcf25b03357b8beed867c44f2" license "MIT" head "https://github.com/catppuccin/toolbox.git", branch: "main"