diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-14 07:10:47 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-14 07:10:47 +0000 |
commit | 5abeae0fe69a4b9e55fb68aa58fec7f36aec69b5 (patch) | |
tree | 25298dc62b600949b4133a83ebeb1677b096d243 /extra | |
parent | 1c43acbff009e3f14c26c52f3600c68db0313c01 (diff) | |
download | aports-5abeae0fe69a4b9e55fb68aa58fec7f36aec69b5.tar.bz2 aports-5abeae0fe69a4b9e55fb68aa58fec7f36aec69b5.tar.xz |
extra/icu: upgrade to 4.2.1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/icu/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/icu/APKBUILD b/extra/icu/APKBUILD index 8bbacde8d..c2150b3ec 100644 --- a/extra/icu/APKBUILD +++ b/extra/icu/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=icu -pkgver=4.2.0.1 -_ver=4_2_0_1 +pkgver=4.2.1 +_ver=4_2_1 pkgrel=0 pkgdesc="International Components for Unicode library" url="http://www.icu-project.org/" @@ -24,4 +24,4 @@ build () install -Dm644 "$srcdir"/icu/license.html \ "$pkgdir"/usr/share/licenses/icu/license.html } -md5sums="fd80d21ea863e47ee57b95d466752701 icu4c-4_2_0_1-src.tgz" +md5sums="e3738abd0d3ce1870dc1fd1f22bba5b1 icu4c-4_2_1-src.tgz" |