mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
commit
6b44a02c8e
6 changed files with 11 additions and 9 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Online storage, file sharing platform and various other applications
|
||||
|
||||
**Shipped version:** 23.0.0~ynh1
|
||||
**Shipped version:** 23.0.2~ynh1
|
||||
|
||||
**Demo:** https://demo.nextcloud.com/
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Stockage en ligne, plateforme de partage de fichiers et diverses autres applications
|
||||
|
||||
**Version incluse :** 23.0.0~ynh1
|
||||
**Version incluse :** 23.0.2~ynh1
|
||||
|
||||
**Démo :** https://demo.nextcloud.com/
|
||||
|
||||
|
|
|
@ -15,15 +15,17 @@
|
|||
upgrade=1
|
||||
#21.0.2
|
||||
upgrade=1 from_commit=e249cced99423d8e6743312361f140c1fbdc3a1d
|
||||
#22.2.3
|
||||
upgrade=1 from_commit=892f02888f31b6a0da850a5f8b2e66a151f84750
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
incorrect_path=1
|
||||
port_already_use=0
|
||||
change_url=1
|
||||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=e249cced99423d8e6743312361f140c1fbdc3a1d
|
||||
name=Merge pull request #446 from YunoHost-Apps/22.2.0
|
||||
name=Merge pull request #446 from YunoHost-Apps/22.2.0
|
||||
; commit=892f02888f31b6a0da850a5f8b2e66a151f84750
|
||||
name=Merge pull request #457 from YunoHost-Apps/testing
|
||||
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.0~ynh1",
|
||||
"version": "23.0.2~ynh1",
|
||||
"url": "https://nextcloud.com",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Last available nextcloud version
|
||||
# Last available Nextcloud version
|
||||
next_version="23.0.0"
|
||||
|
||||
# Nextcloud tarball checksum sha256
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Last available Nextcloud version
|
||||
next_version="23.0.0"
|
||||
next_version="23.0.2"
|
||||
|
||||
# Nextcloud tarball checksum sha256
|
||||
nextcloud_source_sha256="c37592abc3b65c8fd28459281a24f414b87af52fc8c2ea979be3f9be75d01a2c"
|
||||
nextcloud_source_sha256="9e02462d38eaab6457fca8077bd46fe78c3aaad442e91a6e12e32fa7d51bc4ee"
|
||||
|
|
Loading…
Add table
Reference in a new issue