rclone: update to 1.53.0 (#5767)
This commit is contained in:
parent
32f8daaa85
commit
1268412ac5
@ -1,9 +1,9 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://rclone.org/
|
||||
TERMUX_PKG_DESCRIPTION="rsync for cloud storage"
|
||||
TERMUX_PKG_LICENSE="MIT"
|
||||
TERMUX_PKG_VERSION=1.52.3
|
||||
TERMUX_PKG_VERSION=1.53.0
|
||||
TERMUX_PKG_SRCURL=https://github.com/rclone/rclone/releases/download/v${TERMUX_PKG_VERSION}/rclone-v${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_SHA256=f4839e0153eee54615dba376a85be943ad0405300c3eea5d5e02b2c27ed7b0dd
|
||||
TERMUX_PKG_SHA256=1aba1774237ff6ac13f007c854816789b1b41d257aa5d9425a053263a7846f55
|
||||
|
||||
termux_step_make_install() {
|
||||
cd $TERMUX_PKG_SRCDIR
|
||||
@ -14,9 +14,6 @@ termux_step_make_install() {
|
||||
ln -sf "$PWD" .gopath/src/github.com/rclone/rclone
|
||||
export GOPATH="$PWD/.gopath"
|
||||
|
||||
# google.golang.org/grpc/internal/syscall does not build with GO111MODULE=on
|
||||
# Remove when possible
|
||||
export GO111MODULE=off
|
||||
go build -v -o rclone
|
||||
|
||||
# XXX: Fix read-only files which prevents removal of src dir.
|
||||
|
Loading…
Reference in New Issue
Block a user