Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (52f22dade4ed14809c79414070706353a1c2e78b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (52f22dade4ed14809c79414070706353a1c2e78b)
  • Date: Fri, 4 Oct 2019 16:36:35 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/icu/DETAILS | 4 ++--
libs/icu/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 52f22dade4ed14809c79414070706353a1c2e78b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/icu: devel version 65.1

diff --git a/libs/icu/DETAILS b/libs/icu/DETAILS
index c97f548..0122cb3 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 1c67c47..0a3f85c 100644
--- a/libs/icu/HISTORY
+++ b/libs/icu/HISTORY
@@ -1,3 +1,6 @@
+2019-10-04 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: devel version 65.1, download now from GitHub
+
2019-05-16 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Fixed dependencies: +PYTHON +GETTEXT -gettext




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (52f22dade4ed14809c79414070706353a1c2e78b), Pavel Vinogradov, 10/04/2019

Archive powered by MHonArc 2.6.24.

Top of Page