diff --git a/ci/install_po4a.sh b/ci/install_po4a.sh index 78dd3a68..76e40db5 100644 --- a/ci/install_po4a.sh +++ b/ci/install_po4a.sh @@ -1,4 +1,4 @@ #!/bin/sh git clone https://github.com/mquinson/po4a.git -cd po4a && git checkout v0.62 && cd .. +cd po4a && git checkout v0.70 && cd ..