diff --git a/.travis-ci.sh b/.travis-ci.sh index 9e0d350a..28ccf6a8 100644 --- a/.travis-ci.sh +++ b/.travis-ci.sh @@ -20,8 +20,9 @@ GUEST_DEPENDENCIES="build-essential libcurl4-openssl-dev libsqlite3-dev libgnutl # LDC Version # Different versions due to https://github.com/ldc-developers/ldc/issues/3027 -LDC_VERSION_ARMHF=1.13.0 -LDC_VERSION_ARM64=1.14.0 +# LDC v1.16.0 re-introduces ARMHF and ARM64 version - https://github.com/ldc-developers/ldc/releases/tag/v1.16.0 +LDC_VERSION_ARMHF=1.16.0 +LDC_VERSION_ARM64=1.16.0 function setup_arm32_chroot { # Update apt repository details diff --git a/docs/INSTALL.md b/docs/INSTALL.md index f466a104..46609cec 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -112,8 +112,8 @@ sudo apt-get install libcurl4-openssl-dev sudo apt-get install libsqlite3-dev sudo apt-get install libxml2 sudo apt-get install pkg-config -wget https://github.com/ldc-developers/ldc/releases/download/v1.13.0/ldc2-1.13.0-linux-armhf.tar.xz -tar -xvf ldc2-1.13.0-linux-armhf.tar.xz +wget https://github.com/ldc-developers/ldc/releases/download/v1.16.0/ldc2-1.16.0-linux-armhf.tar.xz +tar -xvf ldc2-1.16.0-linux-armhf.tar.xz ``` For notifications the following is necessary: ```text @@ -126,8 +126,8 @@ sudo apt-get install libcurl4-openssl-dev sudo apt-get install libsqlite3-dev sudo apt-get install libxml2 sudo apt-get install pkg-config -wget https://github.com/ldc-developers/ldc/releases/download/v1.14.0/ldc2-1.14.0-linux-aarch64.tar.xz -tar -xvf ldc2-1.14.0-linux-aarch64.tar.xz +wget https://github.com/ldc-developers/ldc/releases/download/v1.16.0/ldc2-1.16.0-linux-aarch64.tar.xz +tar -xvf ldc2-1.16.0-linux-aarch64.tar.xz ``` For notifications the following is necessary: ```text