update to rclone-1.48.0

This commit is contained in:
jasper 2019-07-06 20:29:37 +00:00
parent 4e91c45056
commit e5162ced3e
4 changed files with 15804 additions and 69 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.8 2019/04/15 17:06:25 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2019/07/06 20:29:37 jasper Exp $
COMMENT = rsync for cloud storage
V = 1.47.0
V = 1.48.0
DISTNAME = rclone-v${V}
PKGNAME = rclone-${V}

View File

@ -1,2 +1,2 @@
SHA256 (rclone-v1.47.0.tar.gz) = MjbeYPSH38aYcpcAHGVRYYvMRYbj20s95SySF/xleq8=
SIZE (rclone-v1.47.0.tar.gz) = 17223284
SHA256 (rclone-v1.48.0.tar.gz) = jP7QsODDQcdNRm0+zITjXjJmY5HQdURdUP5iMDXNA+Q=
SIZE (rclone-v1.48.0.tar.gz) = 17613425

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@ case $state in
_arguments '2: :(backend backends flags)'
;;
serve)
_arguments '2: :(dlna ftp http restic webdav)'
_arguments '2: :(dlna ftp http restic sftp webdav)'
;;
*)
_arguments '*: :_files'