icu4c 52.1
Closes Homebrew/homebrew#23188. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
4d2f9a4c69
commit
67cfbfcf13
1 changed files with 3 additions and 9 deletions
|
@ -2,17 +2,11 @@ require 'formula'
|
||||||
|
|
||||||
class Icu4c < Formula
|
class Icu4c < Formula
|
||||||
homepage 'http://site.icu-project.org/'
|
homepage 'http://site.icu-project.org/'
|
||||||
url 'http://download.icu-project.org/files/icu4c/51.1/icu4c-51_1-src.tgz'
|
url 'http://download.icu-project.org/files/icu4c/52.1/icu4c-52_1-src.tgz'
|
||||||
version '51.1'
|
version '52.1'
|
||||||
sha1 '7905632335e3dcd6667224da0fa087b49f9095e9'
|
sha1 '6de440b71668f1a65a9344cdaf7a437291416781'
|
||||||
head 'http://source.icu-project.org/repos/icu/icu/trunk/', :using => :svn
|
head 'http://source.icu-project.org/repos/icu/icu/trunk/', :using => :svn
|
||||||
|
|
||||||
bottle do
|
|
||||||
sha1 '6b5b4ab5704cc2a8b17070a087c7f9594466cf1d' => :mountain_lion
|
|
||||||
sha1 'a555b051a65717e1ca731eec5743969d8190a9f8' => :lion
|
|
||||||
sha1 'bcb1ab988f67c3d48fb7c5829153c136c16c059b' => :snow_leopard
|
|
||||||
end
|
|
||||||
|
|
||||||
keg_only "Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167"
|
keg_only "Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167"
|
||||||
|
|
||||||
option :universal
|
option :universal
|
||||||
|
|
Loading…
Reference in a new issue