From d412794b51f0dfa39057285604c56ec3a797ed4e Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 5 Dec 2019 17:15:21 +0100 Subject: [PATCH] rclone: update to 1.50.2 - removed git clone install --- rclone.be0 | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/rclone.be0 b/rclone.be0 index 56a36e1c1..75122ba92 100755 --- a/rclone.be0 +++ b/rclone.be0 @@ -1,25 +1,11 @@ #!/bin/env beesh -# BEE_VERSION rclone-1.50.1-1 +# BEE_VERSION rclone-1.50.2-0 -SRCURL[0]="https://github.com/rclone/rclone.git" +SRCURL[0]="https://github.com/rclone/rclone/releases/download/v${PKGVERSION}/rclone-v${PKGVERSION}.tar.gz" export GOPATH=${B}/bee_go -mee_getsources() { - mkdir -vp ${F} - cd ${F} - [ -d ${PKGNAME}-git ] || \ - git clone \ - --config transfer.fsckobjects=false \ - --config receive.fsckobjects=false \ - --config fetch.fsckobjects=false \ - ${SRCURL} ${PKGNAME}-git - cd ${S} - git clone ${F}/${PKGNAME}-git . - git checkout --quiet v${PKGFULLVERSION} -} - #mee_patch() { # bee_patch #}