8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 09:20:39 +01:00

Fix tzdata update job.

This commit is contained in:
Adriano dos Santos Fernandes 2021-09-29 10:58:14 -03:00
parent 2117f40ad6
commit 99ffa7dcd7

View File

@ -7,7 +7,7 @@ THIS_DIR=`dirname $THIS_DIR`
TMP_DIR=`mktemp -d`
VERSION=`cat $THIS_DIR/version.txt`
BASE_URL=https://github.com/unicode-org/icu-data/raw/master/tzdata/icunew/$VERSION/44
BASE_URL=https://github.com/unicode-org/icu-data/raw/main/tzdata/icunew/$VERSION/44
echo Building update-ids...
cd $THIS_DIR