mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
seafile-libclient: update to 6.1.6.
This commit is contained in:
parent
20bbff8267
commit
28c25a3052
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'seafile-libclient'
|
# Template file for 'seafile-libclient'
|
||||||
pkgname=seafile-libclient
|
pkgname=seafile-libclient
|
||||||
version=6.1.5
|
version=6.1.6
|
||||||
revision=1
|
revision=1
|
||||||
_distname="${pkgname/-libclient/}"
|
_distname="${pkgname/-libclient/}"
|
||||||
wrksrc="${_distname}-${version}"
|
wrksrc="${_distname}-${version}"
|
||||||
|
@ -12,10 +12,10 @@ makedepends="glib-devel sqlite-devel libressl-devel libevent-devel
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Cloud storage system - client command-line and libraries"
|
short_desc="Cloud storage system - client command-line and libraries"
|
||||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
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"
|
homepage="https://github.com/haiwen/seafile"
|
||||||
distfiles="${homepage}/archive/v${version}.tar.gz>${_distname}-${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz>${_distname}-${version}.tar.gz"
|
||||||
checksum=19f9ccd515af8b4dc422479dfdc69ab3a55978751ed25653e0f5d04196949f6a
|
checksum=091439e165dc02346e753e4465dd7fe2097b45dfabf07a57e2ae414658653b33
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue