From e82357d8a47ed8a569c6a9e05331e6f19076541c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Jan 2023 05:29:37 +0000 Subject: [PATCH] tz 0.6.3 Closes #120884. Signed-off-by: Patrick Linnane Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/tz.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/tz.rb b/Formula/tz.rb index 813d1b8b748..622c9c8dbdb 100644 --- a/Formula/tz.rb +++ b/Formula/tz.rb @@ -1,8 +1,8 @@ class Tz < Formula desc "CLI time zone visualizer" homepage "https://github.com/oz/tz" - url "https://github.com/oz/tz/archive/refs/tags/v0.6.2.tar.gz" - sha256 "f4dc3ae2089701947cbdba37f9684708d5fd63e362b1355469105860b08b356b" + url "https://github.com/oz/tz/archive/refs/tags/v0.6.3.tar.gz" + sha256 "82fa7604f3abd3f224d0d6a52976e5de27127d41b2ef80507f3a964ea9b2ef58" license "GPL-3.0-or-later" head "https://github.com/oz/tz.git", branch: "main"