From 4fe60bcdb737f0685a4d9ff3935e2401ad3d2600 Mon Sep 17 00:00:00 2001 From: yopito Date: Sat, 31 Oct 2020 22:58:16 +0100 Subject: [PATCH 1/2] seafile-libclient: update to 7.0.10 --- srcpkgs/seafile-libclient/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template index 351091344d0..622189d447f 100644 --- a/srcpkgs/seafile-libclient/template +++ b/srcpkgs/seafile-libclient/template @@ -1,8 +1,8 @@ # Template file for 'seafile-libclient' # WARNING: upstream sometimes retag source. Wait for official announcement pkgname=seafile-libclient -version=7.0.9 -revision=2 +version=7.0.10 +revision=1 _distname="${pkgname/-libclient/}" wrksrc="${_distname}-${version}" build_style=gnu-configure @@ -15,7 +15,7 @@ maintainer="yopito " license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX homepage="https://seafile.com" distfiles="https://github.com/haiwen/seafile/archive/v${version}.tar.gz" -checksum=f127b735e5d4cbd7e692d52eda54113f1a4ca31bd8328fbccf01a5462bbba5e8 +checksum=9ac0a1c25e6f2bf874b5b080a165319f29cb3d03f044da8db8aed8412c8b4f45 pre_configure() { ./autogen.sh From 247b919246e6f33164959928104bc0821e6c263f Mon Sep 17 00:00:00 2001 From: yopito Date: Sat, 31 Oct 2020 22:58:31 +0100 Subject: [PATCH 2/2] seafile-client-qt: update to 7.0.10 --- srcpkgs/seafile-client-qt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/seafile-client-qt/template b/srcpkgs/seafile-client-qt/template index e4867042d59..c0a475106e4 100644 --- a/srcpkgs/seafile-client-qt/template +++ b/srcpkgs/seafile-client-qt/template @@ -1,6 +1,6 @@ # Template file for 'seafile-client-qt' pkgname=seafile-client-qt -version=7.0.9 +version=7.0.10 revision=1 _sourcename="seafile-client" wrksrc="${_sourcename}-${version}" @@ -14,7 +14,7 @@ maintainer="yopito " license="Apache-2.0" homepage="https://seafile.com" distfiles="https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz" -checksum=200b258339cafcaf809f85d88cc53ff15b265673d74f3777c86809e26bf49738 +checksum=3b373e13fd56fd1cb768db598302f19669919194a3d2a54b0eb929ff04310333 build_options="shibboleth" desc_option_shibboleth="Build with Shibboleth support"