update to rclone-1.45

This commit is contained in:
jasper 2018-12-31 10:51:36 +00:00
parent 6086a6ab28
commit ead1e9e2a3
4 changed files with 8968 additions and 239 deletions

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2018/10/21 12:11:32 jasper Exp $
# $OpenBSD: Makefile,v 1.6 2018/12/31 10:51:36 jasper Exp $
COMMENT = rsync for cloud storage
V = 1.44
V = 1.45
DISTNAME = rclone-v${V}
PKGNAME = rclone-${V}

View File

@ -1,2 +1,2 @@
SHA256 (rclone-v1.44.tar.gz) = LeWAH1fR5E2hGxYsgsvhHLz4udrBF77rDVIHCF00l+A=
SIZE (rclone-v1.44.tar.gz) = 16316039
SHA256 (rclone-v1.45.tar.gz) = owQaVNTx63lfrOyhU3QeTVo7RFIf+ZhzwgcPpNjJdps=
SIZE (rclone-v1.45.tar.gz) = 16438603

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ case $state in
level1)
case $words[1] in
rclone)
_arguments '1: :(about authorize cachestats cat check cleanup config copy copyto cryptcheck cryptdecode dbhashsum dedupe delete deletefile genautocomplete gendocs hashsum help info link listremotes ls lsd lsf lsjson lsl md5sum memtest mkdir move moveto ncdu obscure purge rc rcat rmdir rmdirs serve sha1sum size sync touch tree version)'
_arguments '1: :(about authorize cachestats cat check cleanup config copy copyto copyurl cryptcheck cryptdecode dbhashsum dedupe delete deletefile genautocomplete gendocs hashsum help info link listremotes ls lsd lsf lsjson lsl md5sum memtest mkdir move moveto ncdu obscure purge rc rcat rcd reveal rmdir rmdirs serve settier sha1sum size sync touch tree version)'
;;
*)
_arguments '*: :_files'
@ -17,14 +17,17 @@ case $state in
;;
level2)
case $words[2] in
serve)
_arguments '2: :(ftp http restic webdav)'
;;
config)
_arguments '2: :(create delete dump edit file password providers show update)'
;;
genautocomplete)
_arguments '2: :(bash zsh)'
;;
serve)
_arguments '2: :(http restic webdav)'
help)
_arguments '2: :(backend backends flags)'
;;
*)
_arguments '*: :_files'