https://github.com/gocardless/homebrew-taps
https://github.com/gocardless/homebrew-taps
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gocardless/homebrew-taps
- Owner: gocardless
- Created: 2016-01-07T19:12:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T08:42:29.000Z (9 months ago)
- Last Synced: 2025-04-02T09:34:50.615Z (9 months ago)
- Language: Ruby
- Size: 334 KB
- Stars: 1
- Watchers: 69
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew-taps
> A collection of internal taps used by GoCardless
## Upgrading Formula version
1. Get the latest release URL for the library you want to upgrade.
Example:
`https://github.com/gocardless/crank/releases/latest`
2. Update the `release` value in the `url`.
3. Generate a checksum for release files. **Note:** Some releases already contain a file
with checksums. If that is the case the checksum should be obtained from there. Otherwise
follow the steps below.
1. Download the required file using the URL from Step 1.
2. Calculate its SHA256 by running:
```console
$ shasum -a 256
```
5. Update the `sha256` value in the Formula file.
**Note:** If the Formula has operating systems dependent versions, the
hash needs to be calculated for each of them.
### Testing the upgrade
Make sure to test if the Formula has been upgraded properly. Run the following
command from the repository directory:
```console
brew install Formula/.rb
```