seafile-libclient: update to 6.1.6.
This commit is contained in:
parent
20bbff8267
commit
28c25a3052
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'seafile-libclient'
|
||||
pkgname=seafile-libclient
|
||||
version=6.1.5
|
||||
version=6.1.6
|
||||
revision=1
|
||||
_distname="${pkgname/-libclient/}"
|
||||
wrksrc="${_distname}-${version}"
|
||||
|
@ -12,10 +12,10 @@ makedepends="glib-devel sqlite-devel libressl-devel libevent-devel
|
|||
depends="python"
|
||||
short_desc="Cloud storage system - client command-line and libraries"
|
||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||
license="GPL-3"
|
||||
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=19f9ccd515af8b4dc422479dfdc69ab3a55978751ed25653e0f5d04196949f6a
|
||||
checksum=091439e165dc02346e753e4465dd7fe2097b45dfabf07a57e2ae414658653b33
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in New Issue