rclone: update to 1.53.3.

Fixes CVE-2020-28924.
This commit is contained in:
Érico Rolim 2020-11-21 00:29:32 -03:00 committed by Érico Nogueira Rolim
parent 2c70871673
commit c2f27e9a75

View file

@ -1,6 +1,6 @@
# Template file for 'rclone' # Template file for 'rclone'
pkgname=rclone pkgname=rclone
version=1.53.1 version=1.53.3
revision=1 revision=1
wrksrc="rclone-v${version}" wrksrc="rclone-v${version}"
build_style=go build_style=go
@ -12,7 +12,7 @@ license="MIT"
homepage="https://rclone.org/" homepage="https://rclone.org/"
changelog="https://raw.githubusercontent.com/rclone/rclone/master/docs/content/changelog.md" changelog="https://raw.githubusercontent.com/rclone/rclone/master/docs/content/changelog.md"
distfiles="https://github.com/rclone/rclone/releases/download/v${version}/rclone-v${version}.tar.gz" distfiles="https://github.com/rclone/rclone/releases/download/v${version}/rclone-v${version}.tar.gz"
checksum=d72d74a90a191fc0964705270ff59d58094e2bf4982f9fa0bc150f7296620caf checksum=f1e213bc6fb7c46f9a4cc8604ae0856718434bdafe07fa3ce449ae9a510a5763
post_install() { post_install() {
vlicense COPYING vlicense COPYING