mirror of
https://github.com/YunoHost-Apps/grav_ynh.git
synced 2024-09-03 19:16:01 +02:00
upgrade to 1.5.8
This commit is contained in:
parent
cd8bd09c0e
commit
43bacab543
5 changed files with 11 additions and 7 deletions
|
@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
* http://getgrav.org/
|
||||
* https://github.com/getgrav/grav
|
||||
|
||||
Provided version: **1.5.3**
|
||||
Provided version: **1.5.8**
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -17,9 +17,10 @@
|
|||
setup_public=1
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=ec151614e4c41f2012bb983d08faf6eda233d5be
|
||||
upgrade=1 from_commit=22290f672847342fd187a56d39b68393b1e0fd5a
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
incorrect_path=1
|
||||
incorrect_path=0
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Levels
|
||||
|
@ -41,4 +42,7 @@ Notification=all
|
|||
;;; Upgrade options
|
||||
; commit=ec151614e4c41f2012bb983d08faf6eda233d5be
|
||||
name=Version 1.3.1
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr_FR&is_public=PUBLIC&
|
||||
; commit=22290f672847342fd187a56d39b68393b1e0fd5a
|
||||
name=Version 1.5.3
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr_FR&is_public=PUBLIC&
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.5.3/grav-update-v1.5.3.zip
|
||||
SOURCE_SUM=F1FA0D345FB117E483F0EAB25A6F0A5BB60358368786A3E7E3DC357CB60277E9
|
||||
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.5.8/grav-update-v1.5.8.zip
|
||||
SOURCE_SUM=a58138a759ac11d4e2c6dd3f2dd83c41062047231767e53cae1d4b3a18096df6
|
||||
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.5.3/grav-admin-v1.5.3.zip
|
||||
SOURCE_SUM=055F6F248AA74C68436B6D639D9340D333136044E5946FC6D62271AD2B3B319B
|
||||
SOURCE_URL=https://github.com/getgrav/grav/releases/download/1.5.8/grav-admin-v1.5.8.zip
|
||||
SOURCE_SUM=3b0210bf8639c1d75b046e4a9b364b216b41c449c8b5ac74fd71c098d25cb9bb
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Grav - Grav is a modern open source flat-file CMS",
|
||||
"fr": "Grav - Grav is a modern open source flat-file CMS"
|
||||
},
|
||||
"version": "1.5.3~ynh4",
|
||||
"version": "1.5.8~ynh1",
|
||||
"url": "https://www.getgrav.org/",
|
||||
"license": "MIT-0",
|
||||
"maintainer": [
|
||||
|
|
Loading…
Reference in a new issue