update dep version

master
fuwa 4 years ago
parent e0ab32516e
commit 1e5ae7a5ec

@ -36,7 +36,7 @@ source etc/scripts/build-external-libs/env.sh
build_root=$BUILD_ROOT
src_root=$BUILD_ROOT_SRC
version=1.15
version=1.16
name=libiconv
cd $src_root/${name}-${version}

@ -35,8 +35,8 @@ source etc/scripts/build-external-libs/env.sh
cd $BUILD_ROOT_SRC
version=1.15
hash=ccf536620a45458d26ba83887a983b96827001e92a13847b45e4925cc8913178
version=1.16
hash=e6a1b1b589654277ee790cce3734f07876ac4ccfaecbee8afa0b649cf529cc04
name=libiconv
rm -rf ${name}-${version}

@ -37,8 +37,7 @@ build_root=$BUILD_ROOT
src_root=$BUILD_ROOT_SRC
name=openssl
# version=1.0.2p
version=1.1.1c
version=1.1.1d
cd $src_root/${name}-${version}

@ -36,15 +36,14 @@ source etc/scripts/build-external-libs/env.sh
cd $BUILD_ROOT_SRC
name=openssl
# version=1.0.2p
version=1.1.1c
hash=50a98e07b1a89eb8f6a99477f262df71c6fa7bef77df4dc83025a2845c827d00
version=1.1.1d
hash=1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2
rm -rf ${name}-${version}
curl -# -L -O \
https://www.openssl.org/source/openssl-${version}.tar.gz
# echo "${hash} ${name}-${version}.tar.gz" | sha256sum -c
echo "${hash} ${name}-${version}.tar.gz" | sha256sum -c
tar xzf ${name}-${version}.tar.gz

@ -37,8 +37,9 @@ build_root=$BUILD_ROOT
src_root=$BUILD_ROOT_SRC
name=libsodium
version=1.0.18
cd $src_root/${name}
cd $src_root/${name}-${version}
./autogen.sh

@ -36,12 +36,14 @@ source etc/scripts/build-external-libs/env.sh
cd $BUILD_ROOT_SRC
name=libsodium
version=1.0.16
githash=675149b9b8b66ff44152553fb3ebf9858128363d
version=1.0.18
hash=d59323c6b712a1519a5daf710b68f5e7fde57040845ffec53850911f10a5d4f4
rm -rf $name
rm -rf ${name}-${version}
git clone https://github.com/jedisct1/libsodium.git -b $version
curl -# -L -o ${name}-${version}.tar.gz \
https://github.com/jedisct1/libsodium/archive/${version}.tar.gz
cd $name
test `git rev-parse HEAD` = $githash || exit 1
echo "${hash} ${name}-${version}.tar.gz" | sha256sum -c
tar xzf ${name}-${version}.tar.gz

Loading…
Cancel
Save