mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
* Refactoring * Fix upgrade script * Fix owncloud migration + new helper ynh_handle_app_migration * Add more informations about ynh_handle_app_migration * Fix typos, enhance comments, fix spacing * Rename $dependencies to $pkg_dependencies as matter of homogeneity with other apps * [enh] Change the label during the migration
7 lines
No EOL
197 B
Bash
Executable file
7 lines
No EOL
197 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Last available nextcloud version
|
|
next_version="12.0.2"
|
|
|
|
# Nextcloud tarball checksum sha256
|
|
nextcloud_source_sha256="eb34d6cb9f55ee84bf2ad847b4b08cdb925321848ffa2264a9b1566e7b21a17c" |