rclone: update to 1.44.

This commit is contained in:
maxice8 2018-10-16 07:13:21 -03:00 committed by cr6git
parent 93111ef0db
commit 164ac9c9c8
1 changed files with 3 additions and 3 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'rclone' # Template file for 'rclone'
pkgname=rclone pkgname=rclone
version=1.43.1 version=1.44
revision=1 revision=1
wrksrc="rclone-v${version}" wrksrc="rclone-v${version}"
build_style=go build_style=go
go_import_path="github.com/ncw/rclone" go_import_path=github.com/ncw/rclone
hostmakedepends="git" hostmakedepends="git"
short_desc="A rsync for cloud storage" short_desc="A rsync for cloud storage"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT" license="MIT"
homepage="https://rclone.org/downloads/" homepage="https://rclone.org/downloads/"
distfiles="https://github.com/ncw/rclone/releases/download/v${version}/rclone-v${version}.tar.gz" distfiles="https://github.com/ncw/rclone/releases/download/v${version}/rclone-v${version}.tar.gz"
checksum=e21161bca6674dd4f4cd2f9ffb63ebfab54dcdb3ddbbbcd5000d4067019fdbaf checksum=2de5801f57d1e44da11b162c82cbe11cbcf8b9dac117beeb0d5207085d3497e0
post_install() { post_install() {
vlicense COPYING vlicense COPYING