rclone: update to 1.36

This commit is contained in:
Diogo Leal 2017-03-22 10:17:13 -03:00 committed by Andrea Brancaleoni
parent 45a76f6958
commit 344aaf2238
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'rclone' # Template file for 'rclone'
pkgname=rclone pkgname=rclone
version=1.35 version=1.36
revision=3 revision=1
build_style=go build_style=go
go_import_path="github.com/ncw/rclone" go_import_path="github.com/ncw/rclone"
short_desc="A rsync for cloud storage" short_desc="A rsync for cloud storage"
@ -9,7 +9,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
license="MIT" license="MIT"
homepage="http://rclone.org/downloads/" homepage="http://rclone.org/downloads/"
distfiles="https://github.com/ncw/rclone/archive/v${version}.tar.gz" distfiles="https://github.com/ncw/rclone/archive/v${version}.tar.gz"
checksum=63a075c4e6725f1a59c151a2d0d8cdf3119940fe293ee6220ff9fea6438b6fd7 checksum=a573b70e3aeb355b943dddd6ae9375386fc21bf12dfba601d8d7280f97c4c884
post_install() { post_install() {
vlicense COPYING vlicense COPYING