mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
parent
5c7c9de669
commit
682c2518c1
@ -32,7 +32,7 @@ bottle do
|
||||
root_url "https://example.com"
|
||||
prefix "/opt/homebrew"
|
||||
cellar "/opt/homebrew/Cellar"
|
||||
revision 4
|
||||
rebuild 4
|
||||
sha256 "4921af80137af9cc3d38fd17c9120da882448a090b0a8a3a19af3199b415bfca" => :yosemite
|
||||
sha256 "c71db15326ee9196cd98602e38d0b7fb2b818cdd48eede4ee8eb827d809e09ba" => :mavericks
|
||||
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.
|
||||
See description of `cellar`. When `cellar` is `:any` prefix should be omitted.
|
||||
|
||||
### `revision`
|
||||
Optionally contains the revision 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.
|
||||
### `rebuild`
|
||||
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 rebuild will have a value of 1 or more.
|
||||
|
||||
### `sha256`
|
||||
Contains the SHA-256 of bottle for a particular version of OS X.
|
||||
|
Loading…
x
Reference in New Issue
Block a user