network/rclone: 32 bit is unsupported now.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3c1956fc83
commit
a2edd96b9f
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2019-2020 Andrew Payne <phalange@komputermatrix.com>
|
||||
# Copyright 2019-2021 Andrew Payne <phalange@komputermatrix.com>
|
||||
# Copyright 2017-2018 Rodrigo Gimenez <estrod[at]zoho[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rclone"
|
||||
VERSION="1.54.1"
|
||||
HOMEPAGE="https://rclone.org"
|
||||
DOWNLOAD="https://github.com/rclone/rclone/releases/download/v1.54.1/rclone-v1.54.1-linux-386.zip"
|
||||
MD5SUM="a453f47ba1a0dc3dddd73dd168cae435"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/rclone/rclone/releases/download/v1.54.1/rclone-v1.54.1-linux-amd64.zip"
|
||||
MD5SUM_x86_64="93fee2d8ab0ad802e0476cf0c549f15c"
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue