1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00
This commit is contained in:
ericgaspar 2023-01-21 11:30:57 +01:00
parent 6fe80fb0b9
commit 2f6ac2fd14
3 changed files with 4 additions and 4 deletions

View file

@ -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": "25.0.2~ynh2",
"version": "25.0.3~ynh1",
"url": "https://nextcloud.com",
"upstream": {
"license": "AGPL-3.0",

View file

@ -43,7 +43,7 @@ ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
# Check machine architecture (26.0 Nextcloud version will drop support for 32bit architectures)
if [ $YNH_ARCH == "i386" ] || [ $YNH_ARCH == "armhf" ]
then
ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 is the last one to support 32-bit architectures."
ynh_print_warn --message="Nextcloud has deprecated 32-bit support. Version 25 should be the last one to support 32-bit architectures."
fi
#=================================================

View file

@ -1,7 +1,7 @@
#!/bin/bash
# Last available Nextcloud version
next_version="25.0.2"
next_version="25.0.3"
# Nextcloud tarball checksum sha256
nextcloud_source_sha256="d6ab40faa108937bda42395f570ff111f4c97343b55be1420024da3177e37d59"
nextcloud_source_sha256="4b2b1423736ef92469096fe24f61c24cad87a34e07c1c7a81b385d3ea25c00ec"