File tree 2 files changed +4
-4
lines changed
android/p4a_recipes/libsecp256k1 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
8
8
class LibSecp256k1RecipePinned (LibSecp256k1Recipe ):
9
- version = "346a053d4c442e08191f075c3932d03140579d47 "
9
+ version = "acf5c55ae6a94e5ca847e07def40427547876101 "
10
10
url = "https://github.com/bitcoin-core/secp256k1/archive/{version}.zip"
11
- sha512sum = "d6232bd8fb29395984b15633bee582e7588ade0ec1c7bea5b2cab766b1ff657672b804e078656e0ce4067071140b0552d12ce3c01866231b212f3c65908b85aa "
11
+ sha512sum = "6639f239de3c7abc1906088f2b0bf833b3c7b073bc25151fa908a64b5585dce59a073ed4eb0c0c3360c785a639ca4fce897e0288b94bbfa7f1d07f7ab610f1d6 "
12
12
13
13
14
14
recipe = LibSecp256k1RecipePinned ()
Original file line number Diff line number Diff line change 14
14
# sudo apt-get install gcc-multilib g++-multilib
15
15
# $ AUTOCONF_FLAGS="--host=i686-linux-gnu CFLAGS=-m32 CXXFLAGS=-m32 LDFLAGS=-m32" ./contrib/make_libsecp256k1.sh
16
16
17
- LIBSECP_VERSION=" 346a053d4c442e08191f075c3932d03140579d47 "
18
- # ^ tag "v0.3.1 "
17
+ LIBSECP_VERSION=" acf5c55ae6a94e5ca847e07def40427547876101 "
18
+ # ^ tag "v0.3.2 "
19
19
20
20
set -e
21
21
You can’t perform that action at this time.
0 commit comments