seafile-libclient: update to 8.0.1
This commit is contained in:
parent
e1c5f79800
commit
a98b3cf190
2 changed files with 7 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'seafile-libclient'
|
# Template file for 'seafile-libclient'
|
||||||
# WARNING: upstream sometimes retag source. Wait for official announcement
|
# WARNING: upstream sometimes retag source. Wait for official announcement
|
||||||
pkgname=seafile-libclient
|
pkgname=seafile-libclient
|
||||||
version=7.0.10
|
version=8.0.1
|
||||||
revision=2
|
revision=1
|
||||||
_distname="${pkgname/-libclient/}"
|
_distname="${pkgname/-libclient/}"
|
||||||
wrksrc="${_distname}-${version}"
|
wrksrc="${_distname}-${version}"
|
||||||
build_style=gnu-configure
|
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
|
license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX
|
||||||
homepage="https://seafile.com"
|
homepage="https://seafile.com"
|
||||||
distfiles="https://github.com/haiwen/seafile/archive/v${version}.tar.gz"
|
distfiles="https://github.com/haiwen/seafile/archive/v${version}.tar.gz"
|
||||||
checksum=9ac0a1c25e6f2bf874b5b080a165319f29cb3d03f044da8db8aed8412c8b4f45
|
checksum=117e686301f32e91d46b16453c43eb959cbd818f8c28ee3a594705bd103e59b9
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
4
srcpkgs/seafile-libclient/update
Normal file
4
srcpkgs/seafile-libclient/update
Normal 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)'
|
Loading…
Add table
Add a link
Reference in a new issue