seafile-libclient: update to 7.0.3
This commit is contained in:
parent
d057adcfc3
commit
2993a5ad25
2 changed files with 7 additions and 6 deletions
|
@ -12,7 +12,7 @@ short_desc="Seafile RPC library"
|
|||
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||
license="LGPL-3.0-or-later, Apache-2.0"
|
||||
homepage="https://seafile.com"
|
||||
distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz"
|
||||
distfiles="https://github.com/haiwen/libsearpc/archive/v${version}.tar.gz"
|
||||
checksum=c479d85e405674c3450eac040abe143af5a9fafe7f1b74926e2a05280ab5420e
|
||||
|
||||
pre_configure() {
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'seafile-libclient'
|
||||
# WARNING: upstream sometimes retag source. Wait for official announcement
|
||||
pkgname=seafile-libclient
|
||||
version=7.0.2
|
||||
revision=2
|
||||
version=7.0.3
|
||||
revision=1
|
||||
_distname="${pkgname/-libclient/}"
|
||||
wrksrc="${_distname}-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -12,9 +13,9 @@ makedepends="libglib-devel libuuid-devel libsearpc-devel sqlite-devel
|
|||
short_desc="Cloud storage system - library"
|
||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||
license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX
|
||||
homepage="https://github.com/haiwen/seafile"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz>${_distname}-${version}.tar.gz"
|
||||
checksum=2424b303fa826321affad0f23341ac46ca085c895f3d6e1345e9b43dc13c2ab3
|
||||
homepage="https://seafile.com"
|
||||
distfiles="https://github.com/haiwen/seafile/archive/v${version}.tar.gz"
|
||||
checksum=8b4bea33023dc1ac64477b30a87c333b1e45f7f6e58341f7e9cde8f017f529f1
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue