mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Formula-Cookbook: don't remove bottle revisions
This commit is contained in:
parent
293bd76658
commit
1e96ec1bde
@ -909,7 +909,9 @@ Homebrew provides two Formula methods for launchd plist files. `plist_name` will
|
|||||||
|
|
||||||
## Updating formulae
|
## Updating formulae
|
||||||
|
|
||||||
Eventually a new version of the software will be released. In this case you should update the `url` and `sha256`. If a `revision` line exists, it should be removed. Please leave the `bottle do ... end` block as-is; our CI system will update it when we pull your change.
|
Eventually a new version of the software will be released. In this case you should update the `url` and `sha256`. If a `revision` line exists outside any `bottle do` block, it should be removed.
|
||||||
|
|
||||||
|
Please leave the `bottle do ... end` block as-is; our CI system will update it when we pull your change.
|
||||||
|
|
||||||
Check if the formula you are updating is a dependency for any other formulae by running `brew uses UPDATED_FORMULA`. If it is a dependency please `brew reinstall` all the dependencies after it is installed and verify they work correctly.
|
Check if the formula you are updating is a dependency for any other formulae by running `brew uses UPDATED_FORMULA`. If it is a dependency please `brew reinstall` all the dependencies after it is installed and verify they work correctly.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user