From ada91cd5a114237a19f3295f4026e8d2388b19fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sat, 30 Apr 2016 23:39:34 +0200 Subject: [PATCH] [enh] Upgrade to Jappix 1.1.6 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index a141a48..cfc17c4 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION="1.1.4" +VERSION="1.1.6" JAPPIX_SOURCE_URL="https://github.com/jappix/jappix/archive/${VERSION}.tar.gz"