1
0

deps: bump libsecp256k1 version (0.6.0->0.7.0) and electrum-ecc

This commit is contained in:
SomberNight
2025-08-07 13:24:41 +00:00
parent f1c6798710
commit d6c300ebcc
3 changed files with 6 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ assert LibSecp256k1Recipe.python_depends == []
class LibSecp256k1RecipePinned(LibSecp256k1Recipe):
version = "0cdc758a56360bf58a851fe91085a327ec97685a"
version = "a660a4976efe880bae7982ee410b9e0dc59ac983"
url = "https://github.com/bitcoin-core/secp256k1/archive/{version}.zip"
sha512sum = "d8b133770db9badffba87a22eabb794ce99081429c61b1c8032eaed26039e514cfdae18f81ef1ea4a77f278477fd899dfcce2b772a011ae2ec5514c68b6e453a"
sha512sum = "13f8f9d51fba5a38f591d770c7f39a1266a041be59a850d83cf62fb0de0274ed3a34c56ba8393d6f611e522cdbd798cb7ccbb2a6b03f2e5898a3b1080ea01874"
recipe = LibSecp256k1RecipePinned()

View File

@@ -18,8 +18,8 @@ dnspython==2.4.2 \
--hash=sha256:8dcfae8c7460a2f84b4072e26f1c9f4101ca20c071649cb7c34e8b6a93d58984
electrum-aionostr==0.0.11 \
--hash=sha256:0eeb1d01e55d4bab2c116268965a0b2c11490659e969fd864c453104558bcf81
electrum-ecc==0.0.5 \
--hash=sha256:f733b8596a0f7b25c8371d08af61ef79c7b871d5b40f05a5b95d2d05eb2fb7d2
electrum-ecc==0.0.6 \
--hash=sha256:6360c71fb08b51d80a455e938f126ba4c790be74ba226461d54d7a3aa6890b89
frozenlist==1.6.0 \
--hash=sha256:b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68
idna==3.10 \

View File

@@ -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="0cdc758a56360bf58a851fe91085a327ec97685a"
# ^ tag "v0.6.0"
LIBSECP_VERSION="a660a4976efe880bae7982ee410b9e0dc59ac983"
# ^ tag "v0.7.0"
# note: this version is duplicated in contrib/android/p4a_recipes/libsecp256k1/__init__.py
# (and also in electrum-ecc, for the "secp256k1" git submodule)