diff --git a/README.md b/README.md
index d61c126..8ffe0c1 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# PhpSysInfo for YunoHost
-[](https://dash.yunohost.org/appci/app/phpsysinfo)  
+[](https://dash.yunohost.org/appci/app/phpsysinfo)  
[](https://install-app.yunohost.org/?app=phpsysinfo)
*[Lire ce readme en français.](./README_fr.md)*
@@ -18,13 +18,14 @@ 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.1~ynh1
+**Shipped version:** 3.4.2~ynh1
+
**Demo:** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian
## Screenshots
-
+
## Disclaimers / important information
@@ -34,21 +35,22 @@ Edit `phpsysinfo.ini` in `/var/www/YOURPATH/phpsysinfo.ini`.
## Documentation and resources
-* Official app website: https://phpsysinfo.github.io/phpsysinfo/
-* Official admin documentation: https://phpsysinfo.github.io/phpsysinfo/
-* Upstream app code repository: https://github.com/phpsysinfo/phpsysinfo/
-* YunoHost documentation for this app: https://yunohost.org/app_phpsysinfo
-* Report a bug: https://github.com/YunoHost-Apps/phpsysinfo_ynh/issues
+* Official app website:
+* Official admin documentation:
+* Upstream app code repository:
+* YunoHost documentation for this app:
+* Report a bug:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing).
To try the testing branch, please proceed like that.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
or
sudo yunohost app upgrade phpsysinfo -u https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
```
-**More info regarding app packaging:** https://yunohost.org/packaging_apps
\ No newline at end of file
+**More info regarding app packaging:**
diff --git a/README_fr.md b/README_fr.md
index 56fc0b9..ee4fc4a 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,10 +1,14 @@
+
+
# PhpSysInfo pour YunoHost
-[](https://dash.yunohost.org/appci/app/phpsysinfo)  
+[](https://dash.yunohost.org/appci/app/phpsysinfo)  
[](https://install-app.yunohost.org/?app=phpsysinfo)
*[Read this readme in english.](./README.md)*
-*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer PhpSysInfo rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
@@ -14,13 +18,14 @@ 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.1~ynh1
+**Version incluse :** 3.4.2~ynh1
+
**Démo :** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian
## Captures d'écran
-
+
## Avertissements / informations importantes
@@ -30,21 +35,22 @@ Edit `phpsysinfo.ini` in `/var/www/YOURPATH/phpsysinfo.ini`.
## Documentations et ressources
-* Site officiel de l'app : https://phpsysinfo.github.io/phpsysinfo/
-* Documentation officielle de l'admin : https://phpsysinfo.github.io/phpsysinfo/
-* Dépôt de code officiel de l'app : https://github.com/phpsysinfo/phpsysinfo/
-* Documentation YunoHost pour cette app : https://yunohost.org/app_phpsysinfo
-* Signaler un bug : https://github.com/YunoHost-Apps/phpsysinfo_ynh/issues
+* Site officiel de l'app :
+* Documentation officielle de l'admin :
+* Dépôt de code officiel de l'app :
+* Documentation YunoHost pour cette app :
+* Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
ou
sudo yunohost app upgrade phpsysinfo -u https://github.com/YunoHost-Apps/phpsysinfo_ynh/tree/testing --debug
```
-**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
\ No newline at end of file
+**Plus d'infos sur le packaging d'applications :**
diff --git a/conf/app.src b/conf/app.src
index 163b02d..49d5999 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,6 +1,6 @@
-SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/refs/tags/v3.4.1.tar.gz
-SOURCE_SUM=377bafea4dc4f1f705cd35df5b95e55034045ab3e7971dc934d1f599157dc3aa
+SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/refs/tags/v3.4.2.tar.gz
+SOURCE_SUM=133d4591688abbb93272d0858b8833379ada1eb9b8ffd9878a7b82448cf3f0ed
SOURCE_SUM_PRG=sha256sum
ARCH_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
-SOURCE_EXTRACT=true
\ No newline at end of file
+SOURCE_EXTRACT=true
diff --git a/manifest.json b/manifest.json
index 9f0fc38..8c146ae 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.1~ynh1",
+ "version": "3.4.2~ynh1",
"url": "https://phpsysinfo.github.io/phpsysinfo/",
"upstream": {
"license": "GPL-3.0-only",
@@ -75,4 +75,4 @@
}
]
}
-}
\ No newline at end of file
+}