1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpsysinfo_ynh.git synced 2024-09-03 19:56:43 +02:00

Update to 3.4.0

Update phpSysInfo to 3.4.0.
This commit is contained in:
Inrepublica 2022-01-07 09:44:00 +01:00
parent b19ae70719
commit eb3a44781f
4 changed files with 6 additions and 6 deletions

View file

@ -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. 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 **Demo:** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian

View file

@ -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. 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 **Démo :** http://phpsysinfo.sourceforge.net/multi/index.php?disp=bootstrap&xml=raspbian

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/v3.3.4.tar.gz SOURCE_URL=https://github.com/phpsysinfo/phpsysinfo/archive/refs/tags/v3.4.0.tar.gz
SOURCE_SUM=5a0c880519df3c61b1c97c7bbb8c349dc2dde4f25e506478a0a643e47d25ff5e SOURCE_SUM=38c1cb2ce76c91687b5593695affdcad9761eee436e03d130ddbc036f5927176
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
ARCH_FORMAT=tar.gz ARCH_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Customizable PHP script that displays information about your system nicely", "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" "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/", "url": "https://phpsysinfo.github.io/phpsysinfo/",
"upstream": { "upstream": {
"license": "GPL-3.0-only", "license": "GPL-3.0-only",