mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 21:43:13 +02:00
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'
|
# Template file for 'rclone'
|
||||||
pkgname=rclone
|
pkgname=rclone
|
||||||
version=1.45
|
version=1.46
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="rclone-v${version}"
|
wrksrc="rclone-v${version}"
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/ncw/rclone
|
go_import_path=github.com/ncw/rclone
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
short_desc="A rsync for cloud storage"
|
short_desc="Rsync for cloud storage"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://rclone.org/downloads/"
|
homepage="https://rclone.org/downloads/"
|
||||||
distfiles="https://github.com/ncw/rclone/releases/download/v${version}/rclone-v${version}.tar.gz"
|
distfiles="https://github.com/ncw/rclone/releases/download/v${version}/rclone-v${version}.tar.gz"
|
||||||
checksum=a3041a54d4f1eb795faceca153741e4d5a3b44521ff99873c2070fa4d8c9769b
|
checksum=3277e9aca1178707b12d7b7e63247ef3dd0c922d46d63b231f2d60d71e41ade2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Add table
Reference in a new issue