mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Upgrade to 24.0.0
This commit is contained in:
parent
eb3f36b551
commit
533752ad6d
4 changed files with 14 additions and 3 deletions
|
@ -17,6 +17,8 @@
|
|||
upgrade=1 from_commit=e249cced99423d8e6743312361f140c1fbdc3a1d
|
||||
#22.2.3
|
||||
upgrade=1 from_commit=892f02888f31b6a0da850a5f8b2e66a151f84750
|
||||
#22.2.7
|
||||
upgrade=1 from_commit=91edc90f626d3cbd587d04a01aa91f4ab7e65b29
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
change_url=1
|
||||
|
@ -28,4 +30,6 @@ Notification=none
|
|||
name=Merge pull request #446 from YunoHost-Apps/22.2.0
|
||||
; commit=892f02888f31b6a0da850a5f8b2e66a151f84750
|
||||
name=Merge pull request #457 from YunoHost-Apps/testing
|
||||
; commit=91edc90f626d3cbd587d04a01aa91f4ab7e65b29
|
||||
name=Merge pull request #483 from YunoHost-Apps/22.2.7
|
||||
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&user_home=1&
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Online storage, file sharing platform and various other applications",
|
||||
"fr": "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications"
|
||||
},
|
||||
"version": "23.0.4~ynh1",
|
||||
"version": "24.0.0~ynh1",
|
||||
"url": "https://nextcloud.com",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
|
|
7
scripts/upgrade.d/upgrade.23.sh
Normal file
7
scripts/upgrade.d/upgrade.23.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Last available Nextcloud version
|
||||
next_version="24.0.0"
|
||||
|
||||
# Nextcloud tarball checksum sha256
|
||||
nextcloud_source_sha256=""
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Last available Nextcloud version
|
||||
next_version="23.0.4"
|
||||
next_version="24.0.0"
|
||||
|
||||
# Nextcloud tarball checksum sha256
|
||||
nextcloud_source_sha256="67191c2b8b41591ae42accfb32216313fde0e107201682cb39029f890712bc6a"
|
||||
nextcloud_source_sha256=""
|
||||
|
|
Loading…
Add table
Reference in a new issue