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.rbfile in your editor- Update the URL to the latest version
- Update the SHA256 checksum
- In the Latest Paranoia release page, click on the
Assetsdropdown - Download the
Source Code .tar.gzfile - 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.rbfile
- In the Latest Paranoia release page, click on the
- Update the
versionto the latest version in theroot_urlline.
- Commit the changes
- Wait for tests to complete
- Assign the label
pr-pullto the PR - Wait for the PR to be action