wok diff rclone/receipt @ rev 24225

updated perl-io-socket-ssl (2.068 -> 2.073)
author Hans-G?nter Theisgen
date Fri Dec 31 17:41:39 2021 +0100 (2021-12-31)
parents 0df7c7a84904
children 2f230197370e
line diff
     1.1 --- a/rclone/receipt	Fri Sep 13 17:57:27 2019 +0100
     1.2 +++ b/rclone/receipt	Fri Dec 31 17:41:39 2021 +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  }