summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorPavel Vinogradov2019-10-04 12:33:43 -0400
committerPavel Vinogradov2019-10-04 12:33:43 -0400
commit52f22dade4ed14809c79414070706353a1c2e78b (patch)
treee40a75af354ed646dfa931c737370861800fdf64 /libs
parentbc12740020d3c65a44b3fa11aa9ca5a5eff2d7b5 (diff)
libs/icu: devel version 65.1
Diffstat (limited to 'libs')
-rwxr-xr-xlibs/icu/DETAILS4
-rw-r--r--libs/icu/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/libs/icu/DETAILS b/libs/icu/DETAILS
index c97f548e21..0122cb3184 100755
--- a/libs/icu/DETAILS
+++ b/libs/icu/DETAILS
@@ -1,12 +1,12 @@
SPELL=icu
if [[ "$ICU_DEV" == 'y' ]]; then
- VERSION=64.2
+ VERSION=65.1
else
VERSION=64.2
fi
VERSIONX=${VERSION//./_}
SOURCE="${SPELL}4c-${VERSIONX}-src.tgz"
- URI="http://download.icu-project.org/files/${SPELL}4c/${VERSION}"
+ URI="https://github.com/unicode-org/${SPELL}/releases/download/release-${VERSION/./-}"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL"
SOURCE_URL[0]="${URI}/${SOURCE}"
SOURCE2=$SOURCE.asc
diff --git a/libs/icu/HISTORY b/libs/icu/HISTORY
index 1c67c47cf4..0a3f85cff5 100644
--- a/libs/icu/HISTORY
+++ b/libs/icu/HISTORY
@@ -1,3 +1,6 @@
+2019-10-04 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: devel version 65.1, download now from GitHub
+
2019-05-16 Ismael Luceno <ismael@sourcemage.org>
* DEPENDS: Fixed dependencies: +PYTHON +GETTEXT -gettext