From fd8b1b48f3e63bce5ce39b82ec70f7b8ca8e4096 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 16 Dec 2024 17:19:44 -0500 Subject: [PATCH] totp-cli 1.8.8 --- Formula/t/totp-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/totp-cli.rb b/Formula/t/totp-cli.rb index 93a90abd78fe7..ba4949550eb3f 100644 --- a/Formula/t/totp-cli.rb +++ b/Formula/t/totp-cli.rb @@ -1,8 +1,8 @@ class TotpCli < Formula desc "Authy/Google Authenticator like TOTP CLI tool written in Go" homepage "https://yitsushi.github.io/totp-cli/" - url "https://github.com/yitsushi/totp-cli/archive/refs/tags/v1.8.7.tar.gz" - sha256 "d23554e785323cc6d4145b848fe140621f9bb6fc8809280235ed5f7aeb92e5fd" + url "https://github.com/yitsushi/totp-cli/archive/refs/tags/v1.8.8.tar.gz" + sha256 "3fe158259b845ff5e957a2d26b290a7474b6ce63dadd52e1046f697991b3924c" license "MIT" head "https://github.com/yitsushi/totp-cli.git", branch: "main"