summaryrefslogtreecommitdiffstats
path: root/icu4c/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-15 20:59:25 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-15 20:59:25 +0000
commit9507593a3633685aa658ae05fb42c63cfdda106b (patch)
tree34bd4e10a3f631a4d8f8c10027388954034e4f21 /icu4c/build
parent42cab320c0136757684256546686fa0817a9cc39 (diff)
downloadasb-9507593a3633685aa658ae05fb42c63cfdda106b.tar.gz
asb-9507593a3633685aa658ae05fb42c63cfdda106b.tar.xz
Update to 4.6.1
Diffstat (limited to 'icu4c/build')
-rwxr-xr-xicu4c/build/icu4c.SlackBuild14
1 files changed, 8 insertions, 6 deletions
diff --git a/icu4c/build/icu4c.SlackBuild b/icu4c/build/icu4c.SlackBuild
index 28360e7e..648804a9 100755
--- a/icu4c/build/icu4c.SlackBuild
+++ b/icu4c/build/icu4c.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2009,2010 Eric Hameleers, Eindhoven, NL
+# Copyright 2009, 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -30,13 +30,15 @@
# URL: http://www.icu-project.org/
# Needs:
# Changelog:
-# 4.2.0.1-1: 23/Jun/2009 by Eric Hameleers
+# 4.2.0.1-1: 23/Jun/2009 by Eric Hameleers <alien@slackware.com>
# * Initial build.
-# 4.3.1-1: 20/sep/2009 by Eric Hameleers
+# 4.3.1-1: 20/sep/2009 by Eric Hameleers <alien@slackware.com>
# * Update.
-# 4.4.1-1: 01/jun/2010 by Eric Hameleers
+# 4.4.1-1: 01/jun/2010 by Eric Hameleers <alien@slackware.com>
# * Update.
-# 4.4.2-1: 15/oct/2010 by Eric Hameleers
+# 4.4.2-1: 15/oct/2010 by Eric Hameleers <alien@slackware.com>
+# * Update.
+# 4.6.1-1: 15/may/2011 by Eric Hameleers <alien@slackware.com>
# * Update.
#
# Run 'sh icu4c.SlackBuild' to build a Slackware package.
@@ -48,7 +50,7 @@
# Set initial variables:
PRGNAM=icu4c
-VERSION=${VERSION:-4.4.2}
+VERSION=${VERSION:-4.6.1}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}