Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/companion_libs/expat.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW

config EXPAT_V_2_1_0
config EXPAT_V_2_7_1
bool
prompt "2.1.0"
prompt "2.7.1"

endchoice

config EXPAT_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.1.0" if EXPAT_V_2_1_0
default "2.7.1" if EXPAT_V_2_7_1
2 changes: 1 addition & 1 deletion scripts/build/companion_libs/121-isl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [ "${CT_ISL}" = "y" ]; then
# Download ISL
do_isl_get() {
CT_GetFile "isl-${CT_ISL_VERSION}" \
http://isl.gforge.inria.fr
https://libisl.sourceforge.io
}

# Extract ISL
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/companion_libs/210-expat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ "${CT_EXPAT_TARGET}" = "y" -o "${CT_EXPAT}" = "y" ]; then

do_expat_get() {
CT_GetFile "expat-${CT_EXPAT_VERSION}" .tar.gz \
http://downloads.sourceforge.net/project/expat/expat/${CT_EXPAT_VERSION}
https://github.com/libexpat/libexpat/releases/download/R_2_7_1
}

do_expat_extract() {
Expand Down