rclone: update to 1.46.
This commit is contained in:
parent
b9f301cdaa
commit
baa68a01e5
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'rclone'
|
||||
pkgname=rclone
|
||||
version=1.45
|
||||
version=1.46
|
||||
revision=1
|
||||
wrksrc="rclone-v${version}"
|
||||
build_style=go
|
||||
go_import_path=github.com/ncw/rclone
|
||||
hostmakedepends="git"
|
||||
short_desc="A rsync for cloud storage"
|
||||
short_desc="Rsync for cloud storage"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="MIT"
|
||||
homepage="https://rclone.org/downloads/"
|
||||
distfiles="https://github.com/ncw/rclone/releases/download/v${version}/rclone-v${version}.tar.gz"
|
||||
checksum=a3041a54d4f1eb795faceca153741e4d5a3b44521ff99873c2070fa4d8c9769b
|
||||
checksum=3277e9aca1178707b12d7b7e63247ef3dd0c922d46d63b231f2d60d71e41ade2
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue