Browse Source

Upgrade libsecp256k1 (#43)

anonswap
Ofek Lev 5 years ago
committed by GitHub
parent
commit
b1e4a0c340
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      setup.py

5
setup.py

@ -32,9 +32,8 @@ BUILDING_FOR_WINDOWS = detect_dll()
MAKE = 'gmake' if platform.system() in ['FreeBSD'] else 'make'
# Version of libsecp256k1 to download if none exists in the `libsecp256k1`
# directory
LIB_TARBALL_URL = 'https://github.com/bitcoin-core/secp256k1/archive/314a61d72474aa29ff4afba8472553ad91d88e9d.tar.gz'
# Version of libsecp256k1 to download if none exists in the `libsecp256k1` directory
LIB_TARBALL_URL = 'https://github.com/bitcoin-core/secp256k1/archive/b19c000063be11018b4d1a6b0a85871ab9d0bdcf.tar.gz'
# We require setuptools >= 3.3

Loading…
Cancel
Save