mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Upgrade to upstream version 15.0.7 (#194)
Upgrade to upstream version 15.0.7
This commit is contained in:
commit
ff7a255443
3 changed files with 6 additions and 6 deletions
|
@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
||||||
own data. A personal cloud which run on your own server. With Nextcloud
|
own data. A personal cloud which run on your own server. With Nextcloud
|
||||||
you can synchronize your files over your devices.
|
you can synchronize your files over your devices.
|
||||||
|
|
||||||
**Shipped version:** 15.0.5
|
**Shipped version:** 15.0.7
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -81,10 +81,10 @@ This can only be done from the command-line interface - e.g. through SSH. Once
|
||||||
you're connected, you simply have to execute the following:
|
you're connected, you simply have to execute the following:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/nextcloud_ynh owncloud --verbose
|
sudo yunohost app upgrade -u https://github.com/YunoHost-Apps/nextcloud_ynh owncloud --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
The `--verbose` option will let you see the full output. If you encounter any
|
The `--debug` option will let you see the full output. If you encounter any
|
||||||
issue, please paste it.
|
issue, please paste it.
|
||||||
|
|
||||||
Note that a cron job will be executed at some time after the end of this
|
Note that a cron job will be executed at some time after the end of this
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Access & share your files, calendars, contacts, mail & more from any device, on your terms",
|
"en": "Access & share your files, calendars, contacts, mail & more from any device, on your terms",
|
||||||
"fr": "Consultez et partagez vos fichiers, agendas, carnets d'adresses, emails et bien plus depuis les appareils de votre choix, sous vos conditions"
|
"fr": "Consultez et partagez vos fichiers, agendas, carnets d'adresses, emails et bien plus depuis les appareils de votre choix, sous vos conditions"
|
||||||
},
|
},
|
||||||
"version": "15.0.5~ynh2",
|
"version": "15.0.7~ynh1",
|
||||||
"url": "https://nextcloud.com",
|
"url": "https://nextcloud.com",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Last available nextcloud version
|
# Last available nextcloud version
|
||||||
next_version="15.0.5"
|
next_version="15.0.7"
|
||||||
|
|
||||||
# Nextcloud tarball checksum sha256
|
# Nextcloud tarball checksum sha256
|
||||||
nextcloud_source_sha256="4661869b797a340cd967abb3dbe6931b375434e0a44480346a27ccd73250b988"
|
nextcloud_source_sha256="3e6158951fa72010ccd50dbeac05d8df162183f7bbc62a1c6c89ed7081fa9d49"
|
||||||
|
|
||||||
# This function will only be executed upon applying the last upgrade referenced above
|
# This function will only be executed upon applying the last upgrade referenced above
|
||||||
last_upgrade_operations () {
|
last_upgrade_operations () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue