wok rev 23609

updated rclone (1.49.2 -> 1.51.0)
author Hans-G?nter Theisgen
date Tue Apr 14 06:22:12 2020 +0100 (2020-04-14)
parents ed8e213cb720
children 1c4a5b100a45
files rclone/receipt
line diff
     1.1 --- a/rclone/receipt	Tue Apr 14 06:12:39 2020 +0100
     1.2 +++ b/rclone/receipt	Tue Apr 14 06:22:12 2020 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rclone"
     1.7 -VERSION="1.49.2"
     1.8 +VERSION="1.51.0"
     1.9  CATEGORY="system-tools"
    1.10 -SHORT_DESC="Command line program to sync cloud storage with local folder, and more."
    1.11 +SHORT_DESC="Command line program to synchronise cloud storage with local folder, and more."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://rclone.org/"
    1.15 @@ -18,12 +18,12 @@
    1.16  {
    1.17  	echo "Precompiled binary..."
    1.18  	mkdir -p $install/usr/bin
    1.19 -	cp $src/rclone $install/usr/bin
    1.20 +	cp $src/rclone	$install/usr/bin
    1.21  }
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr
    1.27 -	cp -a $install/usr/bin $fs/usr
    1.28 +	cp -a $install/usr/bin	$fs/usr
    1.29  }