diff --git a/HomebrewFormula/bt.rb b/HomebrewFormula/bt.rb index d27fce6..7f06af9 100644 --- a/HomebrewFormula/bt.rb +++ b/HomebrewFormula/bt.rb @@ -5,7 +5,8 @@ class Bt < Formula desc "#{@@tool_desc}" homepage "https://github.com/DavidGamba/dgtools/tree/master/#{@@tool_name}" - head "https://github.com/DavidGamba/dgtools.git", branch: "master" + url "https://github.com/DavidGamba/dgtools/archive/refs/tags/bt/v0.6.0.tar.gz" + sha256 "92e06859b363df425dc0d1515c018b2458c8691c5d00239c5a762ef530fd83a0" depends_on "go" => :build diff --git a/bt/README.adoc b/bt/README.adoc index 1f25652..8be2683 100644 --- a/bt/README.adoc +++ b/bt/README.adoc @@ -33,7 +33,7 @@ It automatically uses the `TF_WORKSPACE` environment variable rather than select + ---- brew tap DavidGamba/dgtools https://github.com/DavidGamba/dgtools -brew install --HEAD DavidGamba/dgtools/bt +brew install DavidGamba/dgtools/bt ---- + [NOTE] @@ -53,7 +53,7 @@ Upgrade with: + ---- brew update -brew reinstall bt +brew upgrade bt ---- * Install using go: