mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
Merge pull request #81 from YunoHost-Apps/ci-auto-update-v1.7.23
Upgrade to version 1.7.23
This commit is contained in:
commit
744ae447f0
6 changed files with 12 additions and 8 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
A modern open source flat-file CMS
|
||||
|
||||
**Shipped version:** 1.7.22~ynh1
|
||||
**Shipped version:** 1.7.23~ynh1
|
||||
|
||||
**Demo:** https://getgrav.org/downloads/themes
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Un CMS moderne basé sur des fichiers plats
|
||||
|
||||
**Version incluse :** 1.7.22~ynh1
|
||||
**Version incluse :** 1.7.23~ynh1
|
||||
|
||||
**Démo :** https://getgrav.org/downloads/themes
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
setup_public=1
|
||||
upgrade=1
|
||||
# upgrade=1 from_commit=7d16d0560c588ad4adcde5b44ae4329f9e40f7c7
|
||||
upgrade=1 from_commit=412306ac0a7c3f6f02aff162b65eb4b1f4484b2a
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
port_already_use=0 (66)
|
||||
|
@ -38,5 +39,8 @@ Email=tituspijean@outlook.com
|
|||
Notification=none
|
||||
;;; Upgrade options
|
||||
# ; commit=7d16d0560c588ad4adcde5b44ae4329f9e40f7c7
|
||||
# name=Upgrade to v1.7.17
|
||||
# name=v1.7.17
|
||||
# manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr_FR&is_public=1&
|
||||
; commit=412306ac0a7c3f6f02aff162b65eb4b1f4484b2a
|
||||
name=v1.7.21
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr_FR&is_public=1&
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.22/grav-update-v1.7.22.zip
|
||||
SOURCE_SUM=4ef114df2bb4c522e478579bf2d7b770c10130a0438b1aef14f399a119656aea
|
||||
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.23/grav-update-v1.7.23.zip
|
||||
SOURCE_SUM=0c18d343131727d5c1230a4ea42dfbe5f67c5ec54996d6704a7bf7b0928748c4
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.22/grav-admin-v1.7.22.zip
|
||||
SOURCE_SUM=a8fd5547f7031b2cb982f007fbf2860c459aeda49aa86ed742f5a7e1c92a0c0f
|
||||
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.7.23/grav-admin-v1.7.23.zip
|
||||
SOURCE_SUM=2b40067687edda230db362e4fc8b7c1ef7215252598f728ab3a4a28776786e1d
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "A modern open source flat-file CMS",
|
||||
"fr": "Un CMS moderne basé sur des fichiers plats"
|
||||
},
|
||||
"version": "1.7.22~ynh1",
|
||||
"version": "1.7.23~ynh1",
|
||||
"url": "https://www.getgrav.org/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue