Skip to content

Commit f3715f9

Browse files
committed
target tag 1.5.1
1 parent 9c36568 commit f3715f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deps/build-deps-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ rm -rf dav1d
151151
rm -rf libavif
152152

153153
if [ ! -d "$SRCDIR" ]; then
154-
git clone --depth 1 --branch 1.5.0 https://github.com/discord/lilliput-dep-source "$SRCDIR"
154+
git clone --depth 1 --branch 1.5.1 https://github.com/discord/lilliput-dep-source "$SRCDIR"
155155
fi
156156

157157
echo '\n--------------------'

deps/build-deps-osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ rm -rf dav1d
6868
rm -rf libavif
6969

7070
if [ ! -d "$SRCDIR" ]; then
71-
git clone --depth 1 --branch 1.5.0 https://github.com/discord/lilliput-dep-source "$SRCDIR"
71+
git clone --depth 1 --branch 1.5.1 https://github.com/discord/lilliput-dep-source "$SRCDIR"
7272
fi
7373

7474
echo '\n--------------------'

0 commit comments

Comments
 (0)