rclone: update to 1.57.0

- Add mount helper
This commit is contained in:
Roberto Ricci 2021-11-03 10:00:26 +01:00 committed by Érico Nogueira Rolim
parent e3086d0323
commit 3f76b46b53

View file

@ -1,6 +1,6 @@
# Template file for 'rclone'
pkgname=rclone
version=1.56.2
version=1.57.0
revision=1
wrksrc="rclone-v${version}"
build_style=go
@ -13,7 +13,7 @@ license="MIT"
homepage="https://rclone.org/"
changelog="https://rclone.org/changelog/"
distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
checksum=a8813d25c4640e52495fee83e525e76283c63f01d1cce8fbb58d8486b0c20c8a
checksum=3a762c02c202a9142c2d5c1a3927563a556d1683abadd25d2f695e237e4ea693
pre_build() {
if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
@ -32,6 +32,7 @@ do_check() {
}
post_install() {
ln -sf rclone ${DESTDIR}/usr/bin/mount.rclone
vlicense COPYING
vman rclone.1
}