net/nextcloudclient: update to 3.15.2, from Adriano Barbosa (maintainer)

This commit is contained in:
landry
2024-12-19 12:31:45 +00:00
parent 1eb847ebec
commit dc80da844d
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -2,7 +2,7 @@ USE_WXNEEDED = Yes
COMMENT = desktop sync client for Nextcloud
V = 3.15.0
V = 3.15.2
DISTNAME = nextcloudclient-${V}
GH_ACCOUNT = nextcloud
@@ -13,8 +13,8 @@ CATEGORIES = net
HOMEPAGE = https://nextcloud.com
SHARED_LIBS += nextcloudsync 22.0 # 3.15.0
SHARED_LIBS += nextcloud_csync 10.0 # 3.14.1
SHARED_LIBS += nextcloudsync 23.0 # 3.15.2
SHARED_LIBS += nextcloud_csync 11.0 # 3.15.2
SHARED_LIBS += nextcloudsync_vfs_suffix 4.0 # 3.14.1
MAINTAINER = Adriano Barbosa <barbosa.aob@gmail.com>
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (nextcloudclient-3.15.0.tar.gz) = 01d0WAoW0P32tBYPvnHFDshx6EthA0IVLHjG6iLF4d4=
SIZE (nextcloudclient-3.15.0.tar.gz) = 15651469
SHA256 (nextcloudclient-3.15.2.tar.gz) = JetSSAScSWGifPmW2+v5ICxyDdNgSc0nmeLoD3vVF1Y=
SIZE (nextcloudclient-3.15.2.tar.gz) = 15671238
@@ -1,7 +1,7 @@
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -72,7 +72,7 @@ if (NOT DEFINED PACKAGE)
@@ -74,7 +74,7 @@ if (NOT DEFINED PACKAGE)
set(PACKAGE "${LINUX_PACKAGE_SHORTNAME}-client")
endif()
@@ -10,7 +10,7 @@ Index: CMakeLists.txt
include(ECMCoverageOption)
@@ -350,4 +350,4 @@ elseif(BUILD_CLIENT)
@@ -352,4 +352,4 @@ elseif(BUILD_CLIENT)
configure_file(sync-exclude.lst bin/sync-exclude.lst COPYONLY)
endif()