rclone: update to 1.43. (#2360)
This commit is contained in:
parent
d58e28136e
commit
68590cc9ec
1 changed files with 6 additions and 4 deletions
|
@ -1,15 +1,17 @@
|
|||
# Template file for 'rclone'
|
||||
pkgname=rclone
|
||||
version=1.42
|
||||
revision=2
|
||||
version=1.43
|
||||
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"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="MIT"
|
||||
homepage="https://rclone.org/downloads/"
|
||||
distfiles="https://github.com/ncw/rclone/archive/v${version}.tar.gz"
|
||||
checksum=fa84044fd387b7366de1234fba073dacd0fd7015b36751f3ec18514b704a2fd6
|
||||
distfiles="https://github.com/ncw/rclone/releases/download/v${version}/rclone-v${version}.tar.gz"
|
||||
checksum=d30527b00cecb4e5e7188dddb78e5cec62d67cf2422dab82190db58512b5a4e3
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue