From f8c780c8c66d330b76deeaacb30288ce7874cd5e Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Fri, 28 Feb 2020 09:50:48 +0100 Subject: [PATCH] Update docs/Updating-Software-in-Homebrew.md Co-Authored-By: Sam Ford <1584702+samford@users.noreply.github.com> --- docs/Updating-Software-in-Homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Updating-Software-in-Homebrew.md b/docs/Updating-Software-in-Homebrew.md index ae7b961ef2..23cfd6d8bc 100644 --- a/docs/Updating-Software-in-Homebrew.md +++ b/docs/Updating-Software-in-Homebrew.md @@ -2,7 +2,7 @@ Did you find something in Homebrew that wasn't the latest version? You can help yourself and others by submitting a pull request to update the formula. -First, check the pull requests in the [homebrew-core](https://github.com/Homebrew/homebrew-core/pulls) or [linuxbrew-core](https://github.com/Homebrew/linuxbrew-core/pulls) repositories to make sure there isn't already an open PR. You may also want to look through closed pull requests for the formula, as sometimes formulae run into problems preventing them from being updated and it's better to be aware of any issues before putting significant effort into an update. +First, check the pull requests in the [homebrew-core](https://github.com/Homebrew/homebrew-core/pulls) or [linuxbrew-core](https://github.com/Homebrew/linuxbrew-core/pulls) repositories (whichever apply) to make sure there isn't already an open PR. You may also want to look through closed pull requests for the formula, as sometimes formulae run into problems preventing them from being updated and it's better to be aware of any issues before putting significant effort into an update. The guide on [opening a pull request](How-To-Open-a-Homebrew-Pull-Request.md#submit-a-new-version-of-an-existing-formula) should really be all you need, this will explain how to easily change the url to point to the latest version and that's really all you need. If you want to read up on `bump-formula-pr` before using it you could check [the manpage](Manpage.md#bump-formula-pr-options-formula).