From a8bec0a0f6a0266723db59da475cb28f2a801684 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Thu, 30 Jul 2015 23:08:06 +0200 Subject: [PATCH] Updated libcsptr to use gcc 4.6 --- .ci/install-libcsptr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install-libcsptr.sh b/.ci/install-libcsptr.sh index 6b3527d..ae68416 100755 --- a/.ci/install-libcsptr.sh +++ b/.ci/install-libcsptr.sh @@ -1,6 +1,6 @@ #!/bin/bash repo="https://github.com/Snaipe/libcsptr.git" -tag="v2.0.2" +tag="v2.0.4" mkdir dependencies git clone --branch ${tag} --depth 1 ${repo} dependencies/libcsptr &&