Skip to Content.
Sympa Menu

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

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 (89109d3da49ac8a481c7de69a81abed6c11e6c0b)
  • Date: Wed, 19 Oct 2022 18:42:31 +0000

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

dev/null |binary
libs/icu/DETAILS | 12 +++---------
libs/icu/HISTORY | 4 ++++
3 files changed, 7 insertions(+), 9 deletions(-)

New commits:
commit 89109d3da49ac8a481c7de69a81abed6c11e6c0b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/icu: version 72.1

diff --git a/libs/icu/DETAILS b/libs/icu/DETAILS
index 95c7d99..082560f 100755
--- a/libs/icu/DETAILS
+++ b/libs/icu/DETAILS
@@ -1,21 +1,15 @@
SPELL=icu
- VERSION=71.1
+ VERSION=72.1
+
SOURCE_HASH="sha512:848c341b37c0ff077e34a95d92c6200d5aaddd0ee5e06134101a74e04deb08256a5e817c8aefab020986abe810b7827dd7b2169a60dacd250c298870518dcae8"
VERSIONX=${VERSION//./_}
SOURCE="${SPELL}4c-${VERSIONX}-src.tgz"

URI="https://github.com/unicode-org/${SPELL}/releases/download/release-${VERSION/./-}";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL"
SOURCE_URL[0]="${URI}/${SOURCE}"
- SOURCE2=$SOURCE.asc
- SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=icu.gpg:$SOURCE.asc:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
if [[ "$ICU_DOC" == 'y' ]]; then
SOURCE3="${SPELL}4c-${VERSIONX}-docs.zip"
+
SOURCE3_HASH="sha512:207f763e659b7fc783f7c07d366234a63f8278f65310f4a196243639439d5178d4f29116d1fdea6522cfd0aa85386b1b886778c0f4da25dd97543809aed90e57"
SOURCE3_URL[0]="${URI}/${SOURCE3}"
- SOURCE4="${SOURCE3}.asc"
- SOURCE4_URL[0]="${SOURCE3_URL[0]}.asc"
- SOURCE3_GPG="icu.gpg:${SOURCE4}:UPSTREAM_KEY"
- SOURCE4_IGNORE="signature"
fi
WEB_SITE=http://site.icu-project.org/
LICENSE[0]=$WEB_SITE/license.jsp
diff --git a/libs/icu/HISTORY b/libs/icu/HISTORY
index 94e8e09..5c0d102 100644
--- a/libs/icu/HISTORY
+++ b/libs/icu/HISTORY
@@ -1,3 +1,7 @@
+2022-10-19 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 72.1, got rid of gpg checking, no key could be
found
+ * icu.gpg: removed
+
2022-04-07 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 71.1

diff --git a/libs/icu/icu.gpg b/libs/icu/icu.gpg
deleted file mode 100644
index 948cdd7..0000000
Binary files a/libs/icu/icu.gpg and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (89109d3da49ac8a481c7de69a81abed6c11e6c0b), Pavel Vinogradov, 10/19/2022

Archive powered by MHonArc 2.6.24.

Top of Page