https://github.com/jetstack/homebrew-jetstack
Homebrew tap for Jetstack tools
https://github.com/jetstack/homebrew-jetstack
Last synced: 5 months ago
JSON representation
Homebrew tap for Jetstack tools
- Host: GitHub
- URL: https://github.com/jetstack/homebrew-jetstack
- Owner: jetstack
- Created: 2022-10-24T15:37:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T15:14:22.000Z (9 months ago)
- Last Synced: 2025-07-04T09:48:49.932Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jetstack Jetstack
## How do I install these formulae?
`brew install jetstack/jetstack/`
Or `brew tap jetstack/jetstack` and then `brew install `.
## 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 ` 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