Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
s4l2vx1 committed Jun 21, 2024
1 parent ab33245 commit 14aae28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/giflib.sh
Original file line number Diff line number Diff line change
@@ -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"

Expand Down
2 changes: 1 addition & 1 deletion scripts/libtiff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/opus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14aae28

Please sign in to comment.