1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 05:37:34 +00:00

Ports: Fix version numbers for some of the ports

This commit is contained in:
Gunnar Beutner 2021-04-23 13:56:17 +02:00 committed by Linus Groh
parent f7a33043e0
commit fb67e99562
5 changed files with 9 additions and 8 deletions

View file

@ -1,10 +1,10 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=libicu
version=69_1
version=69.1
useconfigure=true
workdir=icu/source
configopts=--with-cross-build=$(pwd)/${workdir}/../host-build
files="https://github.com/unicode-org/icu/releases/download/release-${version//_/-}/icu4c-${version}-src.tgz icu4c-${version}-src.tgz 9403db682507369d0f60a25ea67014c4"
files="https://github.com/unicode-org/icu/releases/download/release-${version//./-}/icu4c-${version//./_}-src.tgz icu4c-${version//./_}-src.tgz 9403db682507369d0f60a25ea67014c4"
auth_type=md5
configure() {