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:
parent
2117f40ad6
commit
99ffa7dcd7
2
extern/icu/tzdata/update.sh
vendored
2
extern/icu/tzdata/update.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user