rclone: update to 1.53.0.
This commit is contained in:
parent
9ae778106f
commit
af7dcb30d6
1 changed files with 2 additions and 3 deletions
|
@ -1,19 +1,18 @@
|
|||
# Template file for 'rclone'
|
||||
pkgname=rclone
|
||||
version=1.52.3
|
||||
version=1.53.0
|
||||
revision=1
|
||||
wrksrc="rclone-v${version}"
|
||||
build_style=go
|
||||
go_import_path=github.com/rclone/rclone
|
||||
go_ldflags="-extldflags=-fuse-ld=bfd"
|
||||
hostmakedepends="git"
|
||||
short_desc="Rsync for cloud storage"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="MIT"
|
||||
homepage="https://rclone.org/"
|
||||
changelog="https://raw.githubusercontent.com/rclone/rclone/master/docs/content/changelog.md"
|
||||
distfiles="https://github.com/rclone/rclone/releases/download/v${version}/rclone-v${version}.tar.gz"
|
||||
checksum=f4839e0153eee54615dba376a85be943ad0405300c3eea5d5e02b2c27ed7b0dd
|
||||
checksum=1aba1774237ff6ac13f007c854816789b1b41d257aa5d9425a053263a7846f55
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue