xsv: add 0.10.3 bottle.
This commit is contained in:
parent
f01d71fb1e
commit
17b58d2b69
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ class Xsv < Formula
|
|||
sha256 "856addb2067724319b85c76619a41745e90ba0bf3d42221594154479dc4419b1"
|
||||
head "https://github.com/BurntSushi/xsv.git"
|
||||
|
||||
bottle do
|
||||
sha256 "1ab64eed1a4df158622cf1cb346d979762da4c8fbe2ffd3a50bfca7201c3e7cc" => :sierra
|
||||
sha256 "4609a9c185a2f946d1f4a1814005dc83a417de58a1b0a9e8e35e25d4f4813910" => :el_capitan
|
||||
sha256 "b5e72b6f1a1586d7209efc0c38464d3bd794c092c5cf5ba2fa95d51f45bd439a" => :yosemite
|
||||
end
|
||||
|
||||
depends_on "rust" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue