# HG changeset patch # User Hans-G?nter Theisgen # Date 1586841732 -3600 # Node ID fd017bb1655d77f70c106ce53345e2475661f56f # Parent ed8e213cb72005f021bd4caef5af6f97eeb7bea8 updated rclone (1.49.2 -> 1.51.0) diff -r ed8e213cb720 -r fd017bb1655d rclone/receipt --- a/rclone/receipt Tue Apr 14 06:12:39 2020 +0100 +++ b/rclone/receipt Tue Apr 14 06:22:12 2020 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="rclone" -VERSION="1.49.2" +VERSION="1.51.0" CATEGORY="system-tools" -SHORT_DESC="Command line program to sync cloud storage with local folder, and more." +SHORT_DESC="Command line program to synchronise cloud storage with local folder, and more." MAINTAINER="pankso@slitaz.org" LICENSE="BSD" WEB_SITE="https://rclone.org/" @@ -18,12 +18,12 @@ { echo "Precompiled binary..." mkdir -p $install/usr/bin - cp $src/rclone $install/usr/bin + cp $src/rclone $install/usr/bin } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cp -a $install/usr/bin $fs/usr }