libraries/secp256k1: Updated for version 20170312.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
100c4befb7
commit
1eebf93498
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for secp256k1
|
||||
|
||||
# Copyright 2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2016-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=secp256k1
|
||||
VERSION=${VERSION:-7d15cd78}
|
||||
SRCVER="7d15cd78599bdaeec72259e22a77bbad70c0428a"
|
||||
VERSION=${VERSION:-20170312}
|
||||
SRCVER="9d560f992db26612ce2630b194aef5f44d63a530"
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,7 +61,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
unzip $CWD/$PRGNAM-$SRCVER.zip || unzip $CWD/$SRCVER
|
||||
unzip $CWD/$PRGNAM-$SRCVER.zip
|
||||
cd $PRGNAM-$SRCVER
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="secp256k1"
|
||||
VERSION="7d15cd78"
|
||||
VERSION="20170312"
|
||||
HOMEPAGE="https://github.com/bitcoin-core/secp256k1"
|
||||
DOWNLOAD="https://github.com/bitcoin-core/secp256k1/archive/7d15cd78599bdaeec72259e22a77bbad70c0428a.zip"
|
||||
MD5SUM="9ea0bf53e615247f84687fcb6e6ea35c"
|
||||
DOWNLOAD="https://github.com/bitcoin-core/secp256k1/archive/9d560f992db26612ce2630b194aef5f44d63a530/secp256k1-9d560f992db26612ce2630b194aef5f44d63a530.zip"
|
||||
MD5SUM="9ccb51e81a4d94bc89d9d9d4a400e55a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue