rclone: update to 1.48.0
This commit is contained in:
parent
1406d07edf
commit
22983c0daa
@ -1,9 +1,9 @@
|
|||||||
TERMUX_PKG_HOMEPAGE=https://rclone.org/
|
TERMUX_PKG_HOMEPAGE=https://rclone.org/
|
||||||
TERMUX_PKG_DESCRIPTION="rsync for cloud storage"
|
TERMUX_PKG_DESCRIPTION="rsync for cloud storage"
|
||||||
TERMUX_PKG_LICENSE="MIT"
|
TERMUX_PKG_LICENSE="MIT"
|
||||||
TERMUX_PKG_VERSION=1.47.0
|
TERMUX_PKG_VERSION=1.48.0
|
||||||
TERMUX_PKG_REVISION=1
|
TERMUX_PKG_REVISION=1
|
||||||
TERMUX_PKG_SHA256=3236de60f487dfc6987297001c6551618bcc4586e3db4b3de52c9217fc657aaf
|
TERMUX_PKG_SHA256=8cfed0b0e0c341c74d466d3ecc84e35e32666391d075445d50fe623035cd03e4
|
||||||
TERMUX_PKG_SRCURL=https://github.com/ncw/rclone/releases/download/v${TERMUX_PKG_VERSION}/rclone-v${TERMUX_PKG_VERSION}.tar.gz
|
TERMUX_PKG_SRCURL=https://github.com/ncw/rclone/releases/download/v${TERMUX_PKG_VERSION}/rclone-v${TERMUX_PKG_VERSION}.tar.gz
|
||||||
|
|
||||||
termux_step_make_install() {
|
termux_step_make_install() {
|
||||||
@ -15,6 +15,9 @@ termux_step_make_install() {
|
|||||||
ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
|
ln -sf "$PWD" .gopath/src/github.com/ncw/rclone
|
||||||
export GOPATH="$PWD/.gopath"
|
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
|
go build -v -o rclone
|
||||||
|
|
||||||
# XXX: Fix read-only files which prevents removal of src dir.
|
# XXX: Fix read-only files which prevents removal of src dir.
|
||||||
|
Loading…
Reference in New Issue
Block a user