seafile-libclient: update to 8.0.8

This commit is contained in:
yopito 2022-08-23 17:49:26 +02:00 committed by classabbyamp
parent c7c6ecc1fd
commit 444048fc62
2 changed files with 8 additions and 7 deletions

View File

@ -1,7 +1,6 @@
# Template file for 'seafile-libclient'
# WARNING: upstream sometimes retag source. Wait for official announcement
pkgname=seafile-libclient
version=8.0.4
version=8.0.8
revision=1
_distname="${pkgname/-libclient/}"
wrksrc="${_distname}-${version}"
@ -15,7 +14,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
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=1c17cf589a2093f8d5423e56b2f6a098fdd44e8b7b9ffb62846270458aa0d197
checksum=02f8cb53f061d9d85752d476e72fa64835d5bab66d1fbcb240d22bc41428847b
pre_configure() {
./autogen.sh

View File

@ -1,4 +1,6 @@
# upstream sometimes retag source
# use upstream's Ubuntu focal repo to detect new version.
site='https://linux-clients.seafile.com/seafile-deb/focal/pool/main/s/seafile-daemon/'
pattern='seafile-daemon_\K[\d.]+(?=_amd64.deb)'
# upstream sometimes retag source, so rely on windows client availabiliy
# to detect new version (upstream's deb packages are not always up to date).
# this is an heuristic, but seafile-libclient and seafile-client-qt are
# bumped often in a coordinated manner.
site=https://download.seadrive.org/
pattern='<Key>seafile-\K[\d.]+(?=-en.msi</Key>)'