From 258cd705a192608d8416850a4cd50bd094ee9f64 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Wed, 23 Mar 2016 19:35:13 +0100 Subject: [PATCH] Mise à jour des dépendances --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 987a717..f37652c 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -BOOTSTRAPVER=3.3.2 -JQUERYVER=1.11.2 +BOOTSTRAPVER=3.3.6 +JQUERYVER=1.12.2 FONTS=robotech-gp.ttf robotaur.ttf BOOTSTRAPNEEDED=js/bootstrap.min.js css/bootstrap.min.css fonts/glyphicons-halflings-regular.* @@ -20,7 +20,7 @@ js/jquery.min.js: js/konami.js: wget https://gist.githubusercontent.com/scottstanfield/6450745/raw/ca320e86478f3026e138ab45f36820745bc2e6c0/cornify.js -O $@ - a=`sed 's/65,65/66,65/g' $@`; echo "$$a" > $@ + a=`sed 's/65,65/66,65/' $@`; echo "$$a" > $@ $(BOOTSTRAPNEEDED): wget https://github.com/twbs/bootstrap/releases/download/v$(BOOTSTRAPVER)/$(BOOTSTRAPNAME).zip -O $(BOOTSTRAPNAME).zip -- libgit2 0.21.2