Skip to content

Commit

Permalink
rclone: update to 1.50.2
Browse files Browse the repository at this point in the history
- removed git clone install
  • Loading branch information
wwwutz committed Dec 5, 2019
1 parent fc45c6a commit d412794
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 d412794

Please sign in to comment.