Skip to content

Commit

Permalink
fix(homebrew): add private repo util (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuuudon authored Oct 21, 2024
1 parent 9c479df commit ab2a757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/tsc-cli.rb
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit ab2a757

Please sign in to comment.