network/feather: Updated for version 2.5.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
83ebff1186
commit
6fedb4816c
|
@ -16,8 +16,7 @@ USE_DEVICE_TREZOR=yes|no (default:yes)
|
|||
WITH_SCANNER=yes|no (default:no)
|
||||
(enable the webcam QR code scanner)
|
||||
|
||||
qt6 is an optional dependency, and is auto-detected at build time.
|
||||
If qt6 is not found, qt5 will be used instead.
|
||||
As of version 2.5.2 of Feather, qt6 is now a mandatory dependency.
|
||||
|
||||
tor is another optional dependency; a Tor daemon is required to
|
||||
connect to .onion nodes and the websocket server.
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=feather
|
||||
VERSION=${VERSION:-2.4.9}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-2.5.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -50,13 +50,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
|
||||
LIBDIRSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
SLKCFLAGS="-O2 -fPIC"
|
||||
LIBDIRSUFFIX="64"
|
||||
else
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="feather"
|
||||
VERSION="2.4.9"
|
||||
VERSION="2.5.2"
|
||||
HOMEPAGE="https://featherwallet.org/"
|
||||
DOWNLOAD="https://featherwallet.org/files/releases/source/feather-2.4.9.tar.gz"
|
||||
MD5SUM="21a4b44659c09ff24f8b93b3983e28d7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="unbound zbar"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://featherwallet.org/files/releases/source/feather-2.5.2.tar.gz"
|
||||
MD5SUM_x86_64="6bfcbb080db3f633312fcd629de1ab3d"
|
||||
REQUIRES="protobuf3 qt6 unbound zbar zxing-cpp"
|
||||
MAINTAINER="Bloyburt"
|
||||
EMAIL="alexpen@startmail.com"
|
||||
|
|
Loading…
Reference in New Issue