csv-fix: add 1.6 bottle.
This commit is contained in:
parent
b9ecc8a36f
commit
a0480a10bb
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class CsvFix < Formula
|
|||
url "https://bitbucket.org/neilb/csvfix/get/version-1.6.tar.gz"
|
||||
sha256 "32982aa0daa933140e1ea5a667fb71d8adc731cc96068de3a8e83815be62c52b"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "ba19053a978b57b6b962f8fa24d099d964ceb90cd28304e3a6c2a7fe0d3abc32" => :el_capitan
|
||||
sha256 "b8dbaf2e14e35cc4c1d7b5d04a5615377f7eeb4d9b1f25fe554b8711511c28f6" => :yosemite
|
||||
sha256 "0b86933c8e32830d5abd0f26ef83b1a60e0254da67542b695fd50ab1e3ba2e68" => :mavericks
|
||||
end
|
||||
|
||||
needs :cxx11
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue