From 9928754c2234ee146f49e9a3dac3af017490e7dd Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sun, 31 May 2015 21:19:28 +0200 Subject: [PATCH] cookbook: add an explicit version if necessary Closes Homebrew/homebrew#40247. Signed-off-by: Baptiste Fontaine --- share/doc/homebrew/Formula-Cookbook.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index 680df1b737..ca05738ca5 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -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