Browse Source
Merge pull request #146 from YunoHost-Apps/enh_version_14.0.4
Merge pull request #146 from YunoHost-Apps/enh_version_14.0.4
Upgrade to upstream version 14.0.4pull/149/head
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 99 additions and 41 deletions
-
2README.md
-
3conf/nginx.conf
-
2manifest.json
-
7scripts/upgrade.d/upgrade.13.sh
-
4scripts/upgrade.d/upgrade.last.sh
-
52sources/patches_last_version/app-00-add-logout_url-conf.patch
-
10sources/patches_last_version/app-01-disable-CSPv3-nonce_and_allow-YNH-fonts.patch
@ -0,0 +1,7 @@ |
|||||
|
#!/bin/bash |
||||
|
|
||||
|
# Last available nextcloud version |
||||
|
next_version="14.0.0" |
||||
|
|
||||
|
# Nextcloud tarball checksum sha256 |
||||
|
nextcloud_source_sha256="f965c14286e7aabbfe49c947d86af59597af302c35d10e0b5440e7e6c53b8f47" |
||||
@ -1,10 +1,10 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
|
|
||||
# Last available nextcloud version |
# Last available nextcloud version |
||||
next_version="13.0.6" |
|
||||
|
next_version="14.0.4" |
||||
|
|
||||
# Nextcloud tarball checksum sha256 |
# Nextcloud tarball checksum sha256 |
||||
nextcloud_source_sha256="90fc9e960b6a477bb14ee87042b3d158bde95c3f0157677cb4547ca7649968d4" |
|
||||
|
nextcloud_source_sha256="4f5dd15a71694bd2f15fba0d2f942e5a5b1f5aba13511c507a23324d746b40e8" |
||||
|
|
||||
# Patch nextcloud files only for the last version |
# Patch nextcloud files only for the last version |
||||
cp -a ../sources/patches_last_version/* ../sources/patches |
cp -a ../sources/patches_last_version/* ../sources/patches |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue