mirror of
https://github.com/YunoHost-Apps/matomo_ynh.git
synced 2024-09-03 19:45:56 +02:00
parent
042368fb18
commit
be01ae23ca
5 changed files with 10 additions and 6 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Open source analytics platform for measuring Web statistics
|
||||
|
||||
**Shipped version:** 4.4.0~ynh1
|
||||
**Shipped version:** 4.4.1~ynh1
|
||||
|
||||
**Demo:** https://demo.matomo.org
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Plateforme d'analyse open source de mesure de statistiques Web
|
||||
|
||||
**Version incluse :** 4.4.0~ynh1
|
||||
**Version incluse :** 4.4.1~ynh1
|
||||
|
||||
**Démo :** https://demo.matomo.org
|
||||
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
upgrade=1
|
||||
#4.3.0 (#47)
|
||||
upgrade=1 from_commit=1d967a751135c3801ef95cf989ab3fb9e45e6f70
|
||||
#4.4.0
|
||||
upgrade=1 from_commit=9edf3d60ea391925f835ece1309bbcb54e6d33fe
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
change_url=1
|
||||
|
@ -21,5 +23,7 @@ Email=anmol@datamol.org
|
|||
Notification=yes
|
||||
;;; Upgrade options
|
||||
; commit=1d967a751135c3801ef95cf989ab3fb9e45e6f70
|
||||
name= 4.3.0 (#47)
|
||||
name= 4.3.0
|
||||
; commit=9edf3d60ea391925f835ece1309bbcb54e6d33fe
|
||||
name= 4.4.0
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://builds.matomo.org/matomo-4.4.0.tar.gz
|
||||
SOURCE_SUM=3eea92155178a53410c35a6489995ff4deb9ece7182dc4a11e06f96ad3b707ba
|
||||
SOURCE_URL=https://builds.matomo.org/matomo-4.4.1.tar.gz
|
||||
SOURCE_SUM=94b9a90c61afabff55e08ea53ff8532355349336fae439e168dbfe9364931479
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Open source analytics platform for measuring Web statistics",
|
||||
"fr": "Plateforme d'analyse open source de mesure de statistiques Web"
|
||||
},
|
||||
"version": "4.4.0~ynh1",
|
||||
"version": "4.4.1~ynh1",
|
||||
"url": "https://matomo.org",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-or-later",
|
||||
|
|
Loading…
Reference in a new issue