Skip to content

Instantly share code, notes, and snippets.

@tgray
Created January 1, 2015 14:17
Show Gist options
  • Save tgray/eb1d4e3a04b595ff14e6 to your computer and use it in GitHub Desktop.
Save tgray/eb1d4e3a04b595ff14e6 to your computer and use it in GitHub Desktop.

Updating my brew formulas

Note - This just a note for myself on how I should update my brew formulas for new versions.

I typically open up the formula and change the URL and the SHA1. Get the SHA1 by downloading the tarball (or archive) and running the following command on the command line:

openssl dgst -sha1 <FILE>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment