utf8proc: add 1.3.1 bottle.
This commit is contained in:
parent
2d5e19bb2a
commit
45bab6b6e1
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Utf8proc < Formula
|
|||
url "https://github.com/JuliaLang/utf8proc/archive/v1.3.1.tar.gz"
|
||||
sha256 "83b60fe21fd8a017b8ad469515873893c8e911a5bef336a427594d398b5688cc"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "ebecca82cd8d532a928cf5137e8589fdf968cff9ad723fae6d6fbfdd76148709" => :el_capitan
|
||||
sha256 "8d117faedfa60b37e7b25598aed8b3d9d4dd048ecbb474e42c1014b20ec141c2" => :yosemite
|
||||
sha256 "45176943620b894aa86b50a2774e1241d0a7ebd85d0edeb1e56665c8240d9c31" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "make", "install", "prefix=#{prefix}"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue