bump libsecp256k1 version
This commit is contained in:
@@ -6,9 +6,9 @@ assert LibSecp256k1Recipe.python_depends == []
|
||||
|
||||
|
||||
class LibSecp256k1RecipePinned(LibSecp256k1Recipe):
|
||||
version = "21ffe4b22a9683cf24ae0763359e401d1284cc7a"
|
||||
version = "346a053d4c442e08191f075c3932d03140579d47"
|
||||
url = "https://github.com/bitcoin-core/secp256k1/archive/{version}.zip"
|
||||
sha512sum = "51832bfc6825690d5b71a5426aacce8981163ca1a56a235394aa86e742d105f5e2b331971433a21b8842ee338cbd7877dcbae5605fa01a9e6f4a73171b93f3e9"
|
||||
sha512sum = "d6232bd8fb29395984b15633bee582e7588ade0ec1c7bea5b2cab766b1ff657672b804e078656e0ce4067071140b0552d12ce3c01866231b212f3c65908b85aa"
|
||||
|
||||
|
||||
recipe = LibSecp256k1RecipePinned()
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
# sudo apt-get install gcc-multilib g++-multilib
|
||||
# $ AUTOCONF_FLAGS="--host=i686-linux-gnu CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32" ./contrib/make_libsecp256k1.sh
|
||||
|
||||
LIBSECP_VERSION="21ffe4b22a9683cf24ae0763359e401d1284cc7a"
|
||||
# ^ tag "v0.2.0"
|
||||
LIBSECP_VERSION="346a053d4c442e08191f075c3932d03140579d47"
|
||||
# ^ tag "v0.3.1"
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
Reference in New Issue
Block a user