Update icu4c to 4.4.1.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
645f476cb8
commit
fabb56aaf8
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Icu4c <Formula
|
||||
@url='http://download.icu-project.org/files/icu4c/4.3.1/icu4c-4_3_1-src.tgz'
|
||||
@homepage='http://site.icu-project.org/'
|
||||
@md5='10d1cdc843f8e047fc308ec49d3d0543'
|
||||
@version = "4.3.1"
|
||||
url 'http://download.icu-project.org/files/icu4c/4.4.1/icu4c-4_4_1-src.tgz'
|
||||
homepage 'http://site.icu-project.org/'
|
||||
md5 'b6bc0a1153540b2088f8b03e0ba625d3'
|
||||
version "4.4.1"
|
||||
|
||||
def patches
|
||||
DATA
|
||||
|
|
Loading…
Reference in a new issue