# HG changeset patch # User Hans-G?nter Theisgen # Date 1568393847 -3600 # Node ID 0df7c7a84904b4b5d938e20ee1c01e7f245c8c80 # Parent c7002bc9b6c78d5a4c4f048bd790ec2af6098581 updated rclone (1.44 -> 1.49.2) diff -r c7002bc9b6c7 -r 0df7c7a84904 rclone/receipt --- a/rclone/receipt Fri Sep 13 17:38:27 2019 +0100 +++ b/rclone/receipt Fri Sep 13 17:57:27 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="rclone" -VERSION="1.44" +VERSION="1.49.2" CATEGORY="system-tools" -SHORT_DESC="Cmdline tool to sync cloud storage with local folder, and more" +SHORT_DESC="Command line program to sync cloud storage with local folder, and more." MAINTAINER="pankso@slitaz.org" LICENSE="BSD" +WEB_SITE="https://rclone.org/" + TARBALL="$PACKAGE-v${VERSION}-linux-386.zip" -WEB_SITE="https://rclone.org/" WGET_URL="https://downloads.rclone.org/v$VERSION/$TARBALL" DEPENDS="rsync"