Bottles: bottle revision is now called rebuild.

Forgot this in #731.
This commit is contained in:
Mike McQuaid 2016-08-19 12:16:37 +01:00
parent 5c7c9de669
commit 682c2518c1

View File

@ -32,7 +32,7 @@ bottle do
root_url "https://example.com" root_url "https://example.com"
prefix "/opt/homebrew" prefix "/opt/homebrew"
cellar "/opt/homebrew/Cellar" cellar "/opt/homebrew/Cellar"
revision 4 rebuild 4
sha256 "4921af80137af9cc3d38fd17c9120da882448a090b0a8a3a19af3199b415bfca" => :yosemite sha256 "4921af80137af9cc3d38fd17c9120da882448a090b0a8a3a19af3199b415bfca" => :yosemite
sha256 "c71db15326ee9196cd98602e38d0b7fb2b818cdd48eede4ee8eb827d809e09ba" => :mavericks sha256 "c71db15326ee9196cd98602e38d0b7fb2b818cdd48eede4ee8eb827d809e09ba" => :mavericks
sha256 "85cc828a96735bdafcf29eb6291ca91bac846579bcef7308536e0c875d6c81d7" => :mountain_lion sha256 "85cc828a96735bdafcf29eb6291ca91bac846579bcef7308536e0c875d6c81d7" => :mountain_lion
@ -51,9 +51,9 @@ Most compiled software contains references to its compiled location so cannot be
Optionally contains the value of `HOMEBREW_PREFIX` in which the bottles were built. Optionally contains the value of `HOMEBREW_PREFIX` in which the bottles were built.
See description of `cellar`. When `cellar` is `:any` prefix should be omitted. See description of `cellar`. When `cellar` is `:any` prefix should be omitted.
### `revision` ### `rebuild`
Optionally contains the revision of the bottle. Optionally contains the rebuild version of the bottle.
Sometimes bottles may need be updated without bumping the version of the formula e.g. a new patch was applied. In that case the revision will have a value of 1 or more. Sometimes bottles may need be updated without bumping the version of the formula e.g. a new patch was applied. In that case the rebuild will have a value of 1 or more.
### `sha256` ### `sha256`
Contains the SHA-256 of bottle for a particular version of OS X. Contains the SHA-256 of bottle for a particular version of OS X.