seafile-libclient: update to 8.0.1

This commit is contained in:
Lon Willett 2021-04-20 13:17:49 +02:00 committed by Érico Nogueira Rolim
parent e1c5f79800
commit a98b3cf190
2 changed files with 7 additions and 3 deletions

View file

@ -1,8 +1,8 @@
# Template file for 'seafile-libclient'
# WARNING: upstream sometimes retag source. Wait for official announcement
pkgname=seafile-libclient
version=7.0.10
revision=2
version=8.0.1
revision=1
_distname="${pkgname/-libclient/}"
wrksrc="${_distname}-${version}"
build_style=gnu-configure
@ -15,7 +15,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=9ac0a1c25e6f2bf874b5b080a165319f29cb3d03f044da8db8aed8412c8b4f45
checksum=117e686301f32e91d46b16453c43eb959cbd818f8c28ee3a594705bd103e59b9
pre_configure() {
./autogen.sh

View file

@ -0,0 +1,4 @@
# 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)'