From eb3a44781f891084990b428f1f06de5f6525c4d1 Mon Sep 17 00:00:00 2001 From: Inrepublica Date: Fri, 7 Jan 2022 09:44:00 +0100 Subject: [PATCH] Update to 3.4.0 Update phpSysInfo to 3.4.0. --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 6 +++--- manifest.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 216b0df..6a6739d 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.3.4~ynh1 +**Shipped version:** 3.4.0~ynh1 **Demo:** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian diff --git a/README_fr.md b/README_fr.md index 63ad00c..89fdb31 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.3.4~ynh1 +**Version incluse :** 3.4.0~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 57c719d..ba98d95 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,6 +1,6 @@ -SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/v3.3.4.tar.gz -SOURCE_SUM=5a0c880519df3c61b1c97c7bbb8c349dc2dde4f25e506478a0a643e47d25ff5e +SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/refs/tags/v3.4.0.tar.gz +SOURCE_SUM=38c1cb2ce76c91687b5593695affdcad9761eee436e03d130ddbc036f5927176 SOURCE_SUM_PRG=sha256sum ARCH_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_EXTRACT=true +SOURCE_EXTRACT=true \ No newline at end of file diff --git a/manifest.json b/manifest.json index c20ca9e..08df309 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.3.4~ynh1", + "version": "3.4.0~ynh1", "url": "https://phpsysinfo.github.io/phpsysinfo/", "upstream": { "license": "GPL-3.0-only",