icu4c: Update to 4.8.1.1
Closes Homebrew/homebrew#8646. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
parent
014c3bdbe2
commit
60586fb57b
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Icu4c < Formula
|
||||
url 'http://download.icu-project.org/files/icu4c/4.8.1/icu4c-4_8_1-src.tgz'
|
||||
url 'http://download.icu-project.org/files/icu4c/4.8.1.1/icu4c-4_8_1_1-src.tgz'
|
||||
homepage 'http://site.icu-project.org/'
|
||||
md5 'af36f635271a239d76d038d6cf8da8df'
|
||||
version "4.8.1"
|
||||
md5 'ea93970a0275be6b42f56953cd332c17'
|
||||
version '4.8.1.1'
|
||||
|
||||
bottle 'https://downloads.sf.net/project/machomebrew/Bottles/icu4c-4.8.1-bottle.tar.gz'
|
||||
bottle_sha1 '71729c0bda0a440959be2e395f911b5e591d6ea3'
|
||||
bottle 'https://downloads.sf.net/project/machomebrew/Bottles/icu4c-4.8.1.1-bottle.tar.gz'
|
||||
bottle_sha1 'a4a5eb012eab4adeb3ad87734628a3aa8ca7dcc2'
|
||||
|
||||
keg_only "Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167"
|
||||
|
||||
|
|
Loading…
Reference in a new issue