brew install jetstack/jetstack/<formula>
Or brew tap jetstack/jetstack
and then brew install <formula>
.
brew help
, man brew
or check Homebrew's documentation.
- Open the
paranoia.rb
file in your editor- Update the URL to the latest version
- Update the SHA256 checksum
- In the Latest Paranoia release page, click on the
Assets
dropdown - Download the
Source Code .tar.gz
file - Open the terminal and navigate to the directory where the file is downloaded
- Run the command
shasum -a 256 <file>
to generate the SHA256 checksum - Copy the checksum and paste it in the
paranoia.rb
file
- In the Latest Paranoia release page, click on the
- Update the
version
to the latest version in theroot_url
line.
- Commit the changes
- Wait for tests to complete
- Assign the label
pr-pull
to the PR - Wait for the PR to be action