This is a Homebrew formula for the tf-profile tool, which downloads the binary file and makes it executable.
To install TfProfile using Homebrew, run the following command:
brew tap datarootsio/tf-profile
brew install tf-profile
- Download 6 zips from the release of tf-profile releases: three OS (
darwin
,linux
,windows
) and two architectures (arm64
,amd64
) - Use
sha256sum
to generate new hashes for each .zip file - Update
tf-profile.rb
with new URLs and hashes for this release - Commit and push:
git commit -am "Update tap to version X.Y.Z" && git push origin main
- Create a new tag and push it:
git tag -a X.Y.Z -m "Version X.Y.Z" && git push origin 0.3.0
- Verify that it works:
brew reinstall tf-profile && tf-profile version