Skip to content

Update Paranoia Version #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,19 @@ Or `brew tap jetstack/jetstack` and then `brew install <formula>`.
## Documentation

`brew help`, `man brew` or check [Homebrew's documentation](https://docs.brew.sh).

## Updating Paranoia

1. Open the `paranoia.rb` file in your editor
1. Update the URL to the latest version
2. Update the SHA256 checksum
1. In the Latest Paranoia release page, click on the `Assets` dropdown
2. Download the `Source Code .tar.gz` file
3. Open the terminal and navigate to the directory where the file is downloaded
4. Run the command `shasum -a 256 <file>` to generate the SHA256 checksum
5. Copy the checksum and paste it in the `paranoia.rb` file
3. Update the `version` to the latest version in the `root_url` line.
2. Commit the changes
3. Wait for tests to complete
4. Assign the label `pr-pull` to the PR
5. Wait for the PR to be action
Loading