From 0e6a04a65daa68078bdce0c1014486258f9ae4e8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= <jn.avila@free.fr>
Date: Sun, 9 Jun 2019 14:04:37 +0200
Subject: [PATCH] Switch to plain po4a in version 0.56
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Jean-No챘l Avila <jn.avila@free.fr>
---
 ci/install_po4a.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/install_po4a.sh b/ci/install_po4a.sh
index 29cf4c5..17ce375 100644
--- a/ci/install_po4a.sh
+++ b/ci/install_po4a.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-git clone https://github.com/jnavila/po4a.git
-cd po4a && git checkout master && cd ..
+git clone https://github.com/mquinson/po4a.git
+cd po4a && git checkout v0.56 && cd ..
-- 
GitLab