cookbook: add an explicit version if necessary

Closes Homebrew/homebrew#40247.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Baptiste Fontaine 2015-05-31 21:19:28 +02:00
parent 4cc21fb1f7
commit 9928754c22

View File

@ -342,6 +342,8 @@ Add aliases by creating symlinks in `Library/Aliases`.
You can run `brew audit` to test formulae for adherence to Homebrew house style. This includes warnings for trailing whitespace, preferred URLs for certain source hosts, and a lot of other style issues. Fixing these warnings before committing will make the process a lot smoother for us.
Use `brew info` and check if the version guessed by Homebrew from the URL is
correct. Add an explicit `version` if not.
## Commit