From f7e32341cfb0e2df725be403dd265f6c5695baad Mon Sep 17 00:00:00 2001 From: winston Date: Sat, 27 Apr 2024 13:37:35 +0200 Subject: [PATCH] catwalk 1.3.0 Closes #18. Signed-off-by: winston <79978224+nekowinston@users.noreply.github.com> --- Formula/catwalk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/catwalk.rb b/Formula/catwalk.rb index 2933b95..28305eb 100644 --- a/Formula/catwalk.rb +++ b/Formula/catwalk.rb @@ -1,8 +1,8 @@ class Catwalk < Formula desc "Soothing preview image generator for the high-spirited!" homepage "https://github.com/catppuccin/toolbox/tree/main/catwalk" - url "https://github.com/catppuccin/toolbox/archive/refs/tags/catwalk-v1.2.0.tar.gz" - sha256 "79b8f28432a97d20c99d8e6015fcc7e459c05e5932a07e693cf05231e6e9be05" + url "https://github.com/catppuccin/toolbox/archive/refs/tags/catwalk-v1.3.0.tar.gz" + sha256 "e660ff504641d0eec9a69c2945970cfd121de9c7e6dd769c6ba3a72fed76700a" license "MIT" head "https://github.com/catppuccin/toolbox.git", branch: "main"