We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6a683 commit 2a46cadCopy full SHA for 2a46cad
tools/scripts/install/woff2-compress-build.sh
@@ -14,7 +14,7 @@
14
# The woff2 git clone directory.
15
BUILD="$HOME"
16
INST="$HOME/woff2"
17
-WOFF2_VERSION_TAG="v1.0.2"
+WOFF2_COMMIT="5e5f2cf20d5f9d3373a2d8b4905105f80646c014"
18
19
# woff2 executable path
20
WOFF2_BIN="$BUILD/woff2/woff2_compress"
@@ -37,8 +37,8 @@ cd "$INST" || exit 1
37
38
# checkout desired version tag
39
echo " "
40
-echo "Checking out woff2 version tag $WOFF2_VERSION_TAG"
41
-git checkout $WOFF2_VERSION_TAG
+echo "Checking out woff2 at commit $WOFF2_COMMIT"
+git checkout $WOFF2_COMMIT
42
43
echo "#####"
44
echo "Build woff2"
0 commit comments