Skip to content

Commit 2a46cad

Browse files
committed
[woff2-compress-build.sh] modified woff2_compress to use brotli v1.0.3
1 parent bc6a683 commit 2a46cad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/scripts/install/woff2-compress-build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# The woff2 git clone directory.
1515
BUILD="$HOME"
1616
INST="$HOME/woff2"
17-
WOFF2_VERSION_TAG="v1.0.2"
17+
WOFF2_COMMIT="5e5f2cf20d5f9d3373a2d8b4905105f80646c014"
1818

1919
# woff2 executable path
2020
WOFF2_BIN="$BUILD/woff2/woff2_compress"
@@ -37,8 +37,8 @@ cd "$INST" || exit 1
3737

3838
# checkout desired version tag
3939
echo " "
40-
echo "Checking out woff2 version tag $WOFF2_VERSION_TAG"
41-
git checkout $WOFF2_VERSION_TAG
40+
echo "Checking out woff2 at commit $WOFF2_COMMIT"
41+
git checkout $WOFF2_COMMIT
4242

4343
echo "#####"
4444
echo "Build woff2"

0 commit comments

Comments
 (0)