Skip to content

Commit

Permalink
Merge pull request #1528 from mariux64/update-rclone-1502
Browse files Browse the repository at this point in the history
rclone: update to 1.50.2
  • Loading branch information
wwwutz authored Dec 9, 2019
2 parents 7e94671 + d412794 commit 0464c45
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions rclone.be0
Original file line number Diff line number Diff line change
@@ -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
#}
Expand Down

0 comments on commit 0464c45

Please sign in to comment.