diff --git a/README.md b/README.md index 6a6739d..d61c126 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in A customizable PHP script that displays information about your system nicely. -**Shipped version:** 3.4.0~ynh1 +**Shipped version:** 3.4.1~ynh1 **Demo:** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian diff --git a/README_fr.md b/README_fr.md index 89fdb31..56fc0b9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour A customizable PHP script that displays information about your system nicely. -**Version incluse :** 3.4.0~ynh1 +**Version incluse :** 3.4.1~ynh1 **Démo :** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian diff --git a/conf/app.src b/conf/app.src index ba98d95..163b02d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/refs/tags/v3.4.0.tar.gz -SOURCE_SUM=38c1cb2ce76c91687b5593695affdcad9761eee436e03d130ddbc036f5927176 +SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/refs/tags/v3.4.1.tar.gz +SOURCE_SUM=377bafea4dc4f1f705cd35df5b95e55034045ab3e7971dc934d1f599157dc3aa SOURCE_SUM_PRG=sha256sum ARCH_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 08df309..9f0fc38 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Customizable PHP script that displays information about your system nicely", "fr": "Un script PHP paramétrable qui affiche des informations sur votre système" }, - "version": "3.4.0~ynh1", + "version": "3.4.1~ynh1", "url": "https://phpsysinfo.github.io/phpsysinfo/", "upstream": { "license": "GPL-3.0-only",