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 &&