From 7a4f504c1fa0d3339c35a86f15f774a20a89c57f Mon Sep 17 00:00:00 2001 From: Ignotus Date: Wed, 13 Apr 2022 17:21:09 +0200 Subject: [PATCH] Update po4a version --- _po4a-tools/po4a-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_po4a-tools/po4a-cache.sh b/_po4a-tools/po4a-cache.sh index 70624719b..174d4aa59 100755 --- a/_po4a-tools/po4a-cache.sh +++ b/_po4a-tools/po4a-cache.sh @@ -7,7 +7,7 @@ if [[ "$CACHE_HIT" == 'true' ]] ; then sudo cp --force --recursive ~/po4a/* / else sudo apt install -yq gettext libsgmls-perl libyaml-tiny-perl opensp - wget -O po4a.deb https://github.com/jamulussoftware/assets/raw/main/po4a/po4a_0.64.deb + wget -O po4a.deb https://github.com/jamulussoftware/assets/raw/main/po4a/po4a_0.66.deb sudo dpkg -i po4a.deb if [ -f po4a.deb ] ; then