From 14aae282f6f5607bbb1c443fc91c1af7fbcc187c Mon Sep 17 00:00:00 2001 From: s4l2vx1 <145181636+s4l2vx1@users.noreply.github.com> Date: Fri, 21 Jun 2024 10:25:01 +0900 Subject: [PATCH] fix error --- scripts/giflib.sh | 2 +- scripts/libtiff.sh | 2 +- scripts/opus.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/giflib.sh b/scripts/giflib.sh index 9e8e6ae..491ac45 100755 --- a/scripts/giflib.sh +++ b/scripts/giflib.sh @@ -1,6 +1,6 @@ #!/bin/bash -RepositoryName="giflib" +RepositoryName="giflib-code" RepositoryAddress="https://git.code.sf.net/p/giflib/code giflib-code" RepositoryLicense="MIT License" diff --git a/scripts/libtiff.sh b/scripts/libtiff.sh index e869459..6a72b08 100755 --- a/scripts/libtiff.sh +++ b/scripts/libtiff.sh @@ -8,7 +8,7 @@ function init() { cd ${RepositoryDir} if [ ! -e "${RepositoryName}" ]; then - git clone --depth 1 -b v1.3.4 ${RepositoryAddress} + git clone --depth 1 -b v4.3.0 ${RepositoryAddress} # FIXME: sed -i -e 's/check_type_size("size_t" SIZEOF_SIZE_T)/set(SIZEOF_SIZE_T 8)/g' "libtiff/cmake/TypeSizeChecks.cmake" fi diff --git a/scripts/opus.sh b/scripts/opus.sh index a5fa417..bee6ea5 100755 --- a/scripts/opus.sh +++ b/scripts/opus.sh @@ -8,7 +8,7 @@ function init() { cd ${RepositoryDir} if [ ! -e "${RepositoryName}" ]; then - git clone --depth 1 -b 1.3.1 ${RepositoryAddress} + git clone --depth 1 -b v1.3.1 ${RepositoryAddress} cd ${RepositoryName} ./update_version