icu74, fix checksum, remove SOURCE_URI_3, this was wrong in their intentional release (#9743)

This commit is contained in:
Schrijvers Luc
2023-11-10 16:19:20 +00:00
committed by GitHub
parent eb347bb555
commit 9284d7c5da

View File

@@ -43,11 +43,9 @@ COPYRIGHT="1995-2020 IBM Corporation and others."
LICENSE="ICU"
REVISION="1"
SOURCE_URI="https://github.com/unicode-org/icu/releases/download/release-${portVersion/\./-}/icu4c-${portVersion/\./_}-src.tgz"
CHECKSUM_SHA256="36278693c6ff4f7ab38936ab88f2e3dc7bc3cebdc694a54e9cbcb6f77a575fd9"
CHECKSUM_SHA256="86ce8e60681972e60e4dcb2490c697463fcec60dd400a5f9bffba26d0b52b8d0"
SOURCE_URI_2="https://github.com/unicode-org/icu/releases/download/release-${portVersion/\./-}/icu4c-${portVersion/\./_}-data.zip#noarchive"
CHECKSUM_SHA256_2="67d5ab39c5187e1dd0fed60a3fe52794dce9784b4c045cb85e19f5d317fd783f"
SOURCE_URI_3="https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE#noarchive"
CHECKSUM_SHA256_3="17510cf7a58b4879b887ec05a45d72cf1b73544dd9ec7e72f20110ed104229ee"
SOURCE_DIR="icu"
PATCHES="icu74-$portVersion.patchset"
@@ -144,9 +142,6 @@ BUILD()
#rm -rf tools/tzcode/vanguard
#cp ../../../sources-3/tzdata*.tar.gz tools/tzcode/
rm $sourceDir/LICENSE
cp -r $sourceDir3/LICENSE $sourceDir
cp $sourceDir3/LICENSE $sourceDir
unzip -oq ../../../sources-2/icu4c-*-data.zip
rm -f data/in/icudt??l.dat
autoconf