]> git.proxmox.com Git - pve-http-server.git/blobdiff - Makefile
update Bootstrap to 3.4.1
[pve-http-server.git] / Makefile
index b9e4c21898baff1c81a5fe11e68934ad4c44f4a4..546f5786860421cb9c5b913b0ed1bb925c9f91a5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ WWWFONTSDIR=${WWWBASEDIR}/fonts
 WWWJSDIR=${WWWBASEDIR}/js
 
 # bootstrap library
-BTVER=3.3.7
+BTVER=3.4.1
 BTDIR=bootstrap-${BTVER}-dist
 BTSRC=${BTDIR}.zip
 
@@ -29,7 +29,7 @@ BTDATA =                                                      \
        ${BTDIR}/js/bootstrap.min.js                            \
        ${BTDIR}/fonts/glyphicons-halflings-regular.ttf
 
-JQVER=3.3.1
+JQVER=3.4.1
 JQSRC=jquery-${JQVER}.min.js
 
 all:
@@ -50,7 +50,7 @@ download_bootstrap:
 
 download_jquery:
        rm -f ${JQSRC} ${JQSRC}.tmp
-       wget https://code.jquery.com/jquery-3.1.1.min.js -O ${JQSRC}.tmp
+       wget https://code.jquery.com/jquery-${JQVER}.min.js -O ${JQSRC}.tmp
        mv ${JQSRC}.tmp ${JQSRC}
 
 ${BTDATA}: ${BTSRC}