build: bump libsecp256k1 version (0.5.1->0.6.0)
This commit is contained in:
@@ -6,9 +6,9 @@ assert LibSecp256k1Recipe.python_depends == []
|
||||
|
||||
|
||||
class LibSecp256k1RecipePinned(LibSecp256k1Recipe):
|
||||
version = "642c885b6102725e25623738529895a95addc4f4"
|
||||
version = "0cdc758a56360bf58a851fe91085a327ec97685a"
|
||||
url = "https://github.com/bitcoin-core/secp256k1/archive/{version}.zip"
|
||||
sha512sum = "81c0048630e4b2ab24a71fc2156ff9f15bc6d379106cbe4724acd18a48269d07df51660662bcea4df167578a43837a8bc27af380f3a37b4c69e30cdd72f2b3fb"
|
||||
sha512sum = "d8b133770db9badffba87a22eabb794ce99081429c61b1c8032eaed26039e514cfdae18f81ef1ea4a77f278477fd899dfcce2b772a011ae2ec5514c68b6e453a"
|
||||
|
||||
|
||||
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="642c885b6102725e25623738529895a95addc4f4"
|
||||
# ^ tag "v0.5.1"
|
||||
LIBSECP_VERSION="0cdc758a56360bf58a851fe91085a327ec97685a"
|
||||
# ^ tag "v0.6.0"
|
||||
# note: this version is duplicated in contrib/android/p4a_recipes/libsecp256k1/__init__.py
|
||||
# (and also in electrum-ecc, for the "secp256k1" git submodule)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user