From 7bd4899afcb2bf766b54d23b2a4bce4f752c4531 Mon Sep 17 00:00:00 2001 From: risc Date: Mon, 29 Jul 2024 03:11:57 +0000 Subject: [PATCH] twc-go 1.1.1 --- Formula/twc-go.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/twc-go.rb b/Formula/twc-go.rb index 476880f..5df4245 100644 --- a/Formula/twc-go.rb +++ b/Formula/twc-go.rb @@ -1,8 +1,8 @@ class TwcGo < Formula desc "Tiny world clock in Go!" homepage "https://github.com/Neved4/twc-go" - url "https://github.com/Neved4/twc-go/archive/refs/tags/v1.1.0.tar.gz" - sha256 "0948a87943e57231be5afc8936be71822e4366f80ae559f4b054c390caaf5fba" + url "https://github.com/Neved4/twc-go/archive/refs/tags/v1.1.1.tar.gz" + sha256 "2ada413dc14d2aede39da5dc79030260623ca91e4abbe0f5b648f700736dfec5" license "MIT" head "https://github.com/Neved4/twc-go.git", branch: "main"