summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-02-13 15:28:16 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-02-13 15:28:16 -0500
commitcb51b9944f7932fb4b106af9ece1c7d1d41e596c (patch)
treee44bea6038cf1378c777e764db7d42528db4c270
parent2abaf90ede732f39f76ced12ba6ba71a56d9d585 (diff)
Update pdf.js version
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8e1364..a6469b6 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,8 @@ CORDOVA = cordova
GSED = sed
WGET = wget -c --no-use-server-timestamp
-pdfjs = https://github.com/mozilla/pdf.js/releases/download/v1.4.20/pdfjs-1.4.20-dist.zip
+pdfjs_ver = 1.6.210
+pdfjs = https://github.com/mozilla/pdf.js/releases/download/v$(pdfjs_ver)/pdfjs-$(pdfjs_ver)-dist.zip
frc_safety_manual = http://www.firstinspires.org/sites/default/files/uploads/resource_library/frc/team-resources/safety/2017/2017-safety-manual.pdf
platforms = android browser