From de2fb9a9f61290edd0428a1a6ddbebe1da021704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= Date: Tue, 6 Feb 2024 21:10:36 +0100 Subject: [PATCH] update po4a dependency to v0.70 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jean-Noël Avila --- ci/install_po4a.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ..