rclone: update to 1.55.1.
Also disable selfupdate
This commit is contained in:
parent
9160a19b83
commit
3919f3168e
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'rclone'
|
||||
pkgname=rclone
|
||||
version=1.55.0
|
||||
version=1.55.1
|
||||
revision=1
|
||||
wrksrc="rclone-v${version}"
|
||||
build_style=go
|
||||
go_import_path=github.com/rclone/rclone
|
||||
go_build_tags="noselfupdate"
|
||||
go_ldflags="-extldflags=-fuse-ld=bfd -X github.com/rclone/rclone/fs.Version=v${version}"
|
||||
short_desc="Rsync for cloud storage"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
|
@ -12,7 +13,9 @@ license="MIT"
|
|||
homepage="https://rclone.org/"
|
||||
changelog="https://raw.githubusercontent.com/rclone/rclone/master/docs/content/changelog.md"
|
||||
distfiles="https://downloads.rclone.org/v${version}/rclone-v${version}.tar.gz"
|
||||
checksum=75accdaedad3b82edc185dc8824a19a59c30dc6392de7074b6cd98d1dc2c9040
|
||||
checksum=25da7fc5c9269b3897f27b0d946919df595c6dda1b127085fda0fe32aa59d29d
|
||||
# tests fail on CI
|
||||
make_check=ci-skip
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ] && [ "$XBPS_TARGET_LIBC" = musl ]; then
|
||||
|
|
Loading…
Reference in a new issue