From ab2a757bdddb79a4d42f4b36fc56a999d459241f Mon Sep 17 00:00:00 2001 From: M Lau <63963445+tofuuudon@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:18:25 +0000 Subject: [PATCH] fix(homebrew): add private repo util (#5) --- Formula/tsc-cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/tsc-cli.rb b/Formula/tsc-cli.rb index 631a993..fad64ba 100644 --- a/Formula/tsc-cli.rb +++ b/Formula/tsc-cli.rb @@ -1,7 +1,7 @@ class TscCli < Formula desc "A CLI tool for 3 Sided Cube" homepage "https://github.com/3sidedcube/tsc-cli" - url "https://github.com/3sidedcube/tsc-cli/releases/download/v0.1.0/tsc-cli-0.1.0-x86_64-apple-darwin.tar.gz" + url "https://github.com/3sidedcube/tsc-cli/releases/download/v0.1.0/tsc-cli-0.1.0-x86_64-apple-darwin.tar.gz", :using => GitHubPrivateRepositoryReleaseDownloadStrategy sha256 "86054de1c7c1570cbc40604d321a774ebad35d1741198876718cda9da3ca6700" version "0.1.0"