Skip to content

Commit bea078e

Browse files
committed
updated silk, libfixbuf, and yaf versions.
1 parent 09450cd commit bea078e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

support/silkonabox.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
exec > >(tee -a silkinstall.log)
77
exec 2> >(tee -a silkinstall.log >&2)
88

9-
silkversion=$(echo "3.10.2")
10-
yafversion=$(echo "2.7.1")
11-
lfbversion=$(echo "1.7.0")
9+
silkversion=$(echo "3.11.0.1")
10+
yafversion=$(echo "2.8.0")
11+
lfbversion=$(echo "1.7.1")
1212
workingDir=$PWD
1313

1414
ask() {

0 commit comments

Comments
 (0)