update to rclone-1.46

This commit is contained in:
jasper 2019-02-18 19:51:23 +00:00
parent 540c2b8687
commit c4eba8b3b6
4 changed files with 2152 additions and 71 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.6 2018/12/31 10:51:36 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2019/02/18 19:51:23 jasper Exp $
COMMENT = rsync for cloud storage
V = 1.45
V = 1.46
DISTNAME = rclone-v${V}
PKGNAME = rclone-${V}

View File

@ -1,2 +1,2 @@
SHA256 (rclone-v1.45.tar.gz) = owQaVNTx63lfrOyhU3QeTVo7RFIf+ZhzwgcPpNjJdps=
SIZE (rclone-v1.45.tar.gz) = 16438603
SHA256 (rclone-v1.46.tar.gz) = MnfprKEXhwexLXt+YyR+890Mki1G1jsjHy1g1x5BreI=
SIZE (rclone-v1.46.tar.gz) = 16717737

File diff suppressed because it is too large Load Diff

View File

@ -17,8 +17,11 @@ case $state in
;;
level2)
case $words[2] in
help)
_arguments '2: :(backend backends flags)'
;;
serve)
_arguments '2: :(ftp http restic webdav)'
_arguments '2: :(dlna ftp http restic webdav)'
;;
config)
_arguments '2: :(create delete dump edit file password providers show update)'
@ -26,9 +29,6 @@ case $state in
genautocomplete)
_arguments '2: :(bash zsh)'
;;
help)
_arguments '2: :(backend backends flags)'
;;
*)
_arguments '*: :_files'
;;