rclone: update to 1.59.2.

This commit is contained in:
Daniel Eyßer 2022-09-17 11:52:39 +02:00 committed by Piraty
parent f8e8353e41
commit 14e198f803
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'rclone' # Template file for 'rclone'
pkgname=rclone pkgname=rclone
version=1.59.1 version=1.59.2
revision=1 revision=1
wrksrc="rclone-v${version}" wrksrc="rclone-v${version}"
build_style=go build_style=go
@ -14,7 +14,7 @@ license="MIT"
homepage="https://rclone.org/" homepage="https://rclone.org/"
changelog="https://rclone.org/changelog/" changelog="https://rclone.org/changelog/"
distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz" distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
checksum=db3860e4549af28d87aa83f2035a57c5d081b179e40d4c828db19c3c3545831e checksum=dc2112e7872f7aabd0548c2c74bcb3c09abda32da66efa287a4c7d5b305bdc6f
pre_build() { pre_build() {
if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then