Update MEGAcmd and MEGAsdk (#635)
* MEGAsdk: update to 3.3.9. * MEGAcmd: update to 0.9.9. * MEGAsync: rebuild against MEGAsdk-3.3.9
This commit is contained in:
parent
03319a61c3
commit
70e969d409
|
@ -1,23 +1,19 @@
|
|||
# Template file for 'MEGAcmd'
|
||||
pkgname=MEGAcmd
|
||||
version=0.9.7
|
||||
revision=3
|
||||
version=0.9.9
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_build_args='LIBTOOLFLAGS="--tag=CXX"'
|
||||
hostmakedepends="autoconf-archive autogen gettext automake libtool pkg-config"
|
||||
makedepends="MEGAsdk-devel readline-devel pcre-devel"
|
||||
short_desc="Command Line Interactive and Scriptable Application to access MEGA"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="BSD-2"
|
||||
license="BSD-2-Clause, GPL-3.0-or-later"
|
||||
homepage="https://github.com/meganz/MEGAcmd"
|
||||
distfiles="https://github.com/meganz/MEGAcmd/archive/${version}.tar.gz"
|
||||
checksum=791fe292b077d0fe11635a8a24bd3d5f3846ed5a0ea675bd05d5ae10d86a675b
|
||||
checksum=5ace7c85fa817a357bdb968f32e3839439d3ff4e3066d7db470b4648def11105
|
||||
replaces="megacmd>=0"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/7450/steps/shell_3/logs/stdio" ;;
|
||||
esac
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args="--with-libtool-sysroot=${XBPS_CROSS_BASE}"
|
||||
fi
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'MEGAsdk'
|
||||
pkgname=MEGAsdk
|
||||
version=3.3.8
|
||||
version=3.3.9
|
||||
revision=1
|
||||
wrksrc=sdk-${version}
|
||||
build_style=gnu-configure
|
||||
|
@ -13,10 +13,10 @@ makedepends="libcurl-devel c-ares-devel libressl-devel crypto++-devel
|
|||
checkdepends="gtest-devel"
|
||||
short_desc="The official client for cloud service mega.nz"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="2-clause-BSD"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://mega.nz"
|
||||
distfiles="https://github.com/meganz/sdk/archive/v${version}.tar.gz"
|
||||
checksum=a64bf54b335ebbfc0138f4d81f3106bc4f02e9c1c8f840cd90515a7b34c01cd4
|
||||
checksum=522b63bf2f2d1eeff0644ef106fff94fcd4f6a844e01539cc6cfb30d16463dba
|
||||
replaces="libmega>=0"
|
||||
|
||||
build_options="libuv mediainfo"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'MEGAsync'
|
||||
pkgname=MEGAsync
|
||||
version=3.6.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${version}_Linux"
|
||||
build_wrksrc="src"
|
||||
build_style=qmake
|
||||
|
|
Loading…
Reference in New Issue