Skip to content

Commit d6c300e

Browse files
committed
deps: bump libsecp256k1 version (0.6.0->0.7.0) and electrum-ecc
1 parent f1c6798 commit d6c300e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

contrib/android/p4a_recipes/libsecp256k1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77

88
class LibSecp256k1RecipePinned(LibSecp256k1Recipe):
9-
version = "0cdc758a56360bf58a851fe91085a327ec97685a"
9+
version = "a660a4976efe880bae7982ee410b9e0dc59ac983"
1010
url = "https://github.com/bitcoin-core/secp256k1/archive/{version}.zip"
11-
sha512sum = "d8b133770db9badffba87a22eabb794ce99081429c61b1c8032eaed26039e514cfdae18f81ef1ea4a77f278477fd899dfcce2b772a011ae2ec5514c68b6e453a"
11+
sha512sum = "13f8f9d51fba5a38f591d770c7f39a1266a041be59a850d83cf62fb0de0274ed3a34c56ba8393d6f611e522cdbd798cb7ccbb2a6b03f2e5898a3b1080ea01874"
1212

1313

1414
recipe = LibSecp256k1RecipePinned()

contrib/deterministic-build/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ dnspython==2.4.2 \
1818
--hash=sha256:8dcfae8c7460a2f84b4072e26f1c9f4101ca20c071649cb7c34e8b6a93d58984
1919
electrum-aionostr==0.0.11 \
2020
--hash=sha256:0eeb1d01e55d4bab2c116268965a0b2c11490659e969fd864c453104558bcf81
21-
electrum-ecc==0.0.5 \
22-
--hash=sha256:f733b8596a0f7b25c8371d08af61ef79c7b871d5b40f05a5b95d2d05eb2fb7d2
21+
electrum-ecc==0.0.6 \
22+
--hash=sha256:6360c71fb08b51d80a455e938f126ba4c790be74ba226461d54d7a3aa6890b89
2323
frozenlist==1.6.0 \
2424
--hash=sha256:b99655c32c1c8e06d111e7f41c06c29a5318cb1835df23a45518e02a47c63b68
2525
idna==3.10 \

contrib/make_libsecp256k1.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# sudo apt-get install gcc-multilib g++-multilib
1515
# $ AUTOCONF_FLAGS="--host=i686-linux-gnu CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32" ./contrib/make_libsecp256k1.sh
1616

17-
LIBSECP_VERSION="0cdc758a56360bf58a851fe91085a327ec97685a"
18-
# ^ tag "v0.6.0"
17+
LIBSECP_VERSION="a660a4976efe880bae7982ee410b9e0dc59ac983"
18+
# ^ tag "v0.7.0"
1919
# note: this version is duplicated in contrib/android/p4a_recipes/libsecp256k1/__init__.py
2020
# (and also in electrum-ecc, for the "secp256k1" git submodule)
2121

0 commit comments

Comments
 (0)