Merge pull request #2933 from diogoleal/update_rclone

rclone: update to 1.24
This commit is contained in:
Juan RP 2015-11-11 16:44:06 +01:00
commit 09db8adc84

View file

@ -1,6 +1,6 @@
# Template file for 'rclone' # Template file for 'rclone'
pkgname=rclone pkgname=rclone
version=1.23 version=1.24
revision=1 revision=1
build_style=go build_style=go
go_import_path="github.com/ncw/rclone" go_import_path="github.com/ncw/rclone"
@ -10,7 +10,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=fc063f81b9751ff49dcb9c7379e812fd70c0724471247def8e634ae8d8fbdbb4 checksum=b8a7f7951c6bf2aef8a3c91a80feb0e1da695422cf85482831bed4d1cd018ed9
post_install() { post_install() {
vlicense COPYING vlicense COPYING