Skip to content

Commit

Permalink
rclone: update to 1.57.0
Browse files Browse the repository at this point in the history
- Add mount helper
  • Loading branch information
r-ricci authored and ericonr committed Nov 6, 2021
1 parent e3086d0 commit 3f76b46
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions srcpkgs/rclone/template
@@ -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
Expand All @@ -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
Expand All @@ -32,6 +32,7 @@ do_check() {
}

post_install() {
ln -sf rclone ${DESTDIR}/usr/bin/mount.rclone
vlicense COPYING
vman rclone.1
}

0 comments on commit 3f76b46

Please sign in to comment.