Skip to content

Commit af1ed67

Browse files
committed
update po4a installation script to v0.74
This version of po4a includes several bug fixes and improvements for better handling of asciidoc files. Signed-off-by: Jean-Noël Avila <[email protected]>
1 parent e53b578 commit af1ed67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_po4a.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

33
git clone https://github.com/mquinson/po4a.git
4-
cd po4a && git checkout v0.72 && cd ..
4+
cd po4a && git checkout v0.74 && cd ..

0 commit comments

Comments
 (0)