Merge pull request #4032 from yopito/seafile.5.1.0
seafile-client-qt: update to 5.1.0 (and dependencies)
This commit is contained in:
commit
bc666e3534
3 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ccnet'
|
||||
pkgname=ccnet
|
||||
version=5.0.7
|
||||
revision=2
|
||||
version=5.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-compile-demo"
|
||||
|
||||
|
@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
|||
license="GPL-3"
|
||||
homepage="https://github.com/haiwen/${pkgname}"
|
||||
distfiles="https://github.com/haiwen/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=1e1c670a85619b174328a15925a050c7a8b323fecd13434992332f5c15e05de1
|
||||
checksum=d95db4180451a4959afb316a059b51d2e859736a7277a835e79b63694d03b40c
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'seafile-client-qt'
|
||||
pkgname=seafile-client-qt
|
||||
version=5.0.7
|
||||
revision=2
|
||||
version=5.1.0
|
||||
revision=1
|
||||
_sourcename="seafile-client"
|
||||
wrksrc="${_sourcename}-${version}"
|
||||
build_style=cmake
|
||||
|
@ -19,7 +19,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
|||
license="ASL-2"
|
||||
homepage="https://github.com/haiwen/${_sourcename}"
|
||||
distfiles="https://github.com/haiwen/${_sourcename}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=ae6975bc1adf45d09cf9f6332ceac7cf285f8191f6cf50c6291ed45f8cf4ffa5
|
||||
checksum=d2046b52abc630704ec4aacaf9b308dabea40c020efd7e31cf3d81a8b408f5db
|
||||
|
||||
post_install() {
|
||||
vdoc "README.md"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'seafile-libclient'
|
||||
pkgname=seafile-libclient
|
||||
version=5.0.7
|
||||
revision=2
|
||||
version=5.1.0
|
||||
revision=1
|
||||
wrksrc="${pkgname/-libclient/}-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-server --enable-client --disable-fuse"
|
||||
|
@ -14,7 +14,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
|
|||
license="GPL-3"
|
||||
homepage="https://github.com/haiwen/${pkgname/-libclient/}"
|
||||
distfiles="https://github.com/haiwen/${pkgname/-libclient/}/archive/v${version}.tar.gz>${pkgname/-libclient/}-${version}.tar.gz"
|
||||
checksum=ec166c86a41e7ab3b1ae97a56326ab4a2b1ec38686486b956c3d153b8023c670
|
||||
checksum=c59ef37381fa4cadc15aa36ffdbae9952b26d15476615d190a97279cbee8e697
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
|
|
Loading…
Reference in a new issue