git-integration: add 0.3 bottle.
This commit is contained in:
parent
78256a90f4
commit
252a7c56ab
1 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,13 @@ class GitIntegration < Formula
|
|||
|
||||
head "https://github.com/johnkeeping/git-integration.git"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "0a41fd7d3c278edd15c2ba11a0e55dfec44f261a998a8b1392454a7c9a5445f9" => :yosemite
|
||||
sha256 "6d98f63e393b56144ea6754593eb6c77a252c6876c72febef273a15440a8e655" => :mavericks
|
||||
sha256 "c00c4058c45f75f2c455484c19fc9c761316334e53ae3eb928ddaa140ce1e937" => :mountain_lion
|
||||
end
|
||||
|
||||
depends_on "asciidoc" => [:build, :optional]
|
||||
depends_on SufficientlyRecentGit
|
||||
|
||||
|
|
Loading…
Reference in a new issue