tag version?

This commit is contained in:
zeppi 2022-12-03 23:44:53 -05:00
parent 2aa183349f
commit d879cf98c2

View file

@ -36,8 +36,8 @@ class CoincurveRecipe(CompiledComponentsPythonRecipe):
# env['LDFLAGS'] += " -lpython{}".format(python_version) # env['LDFLAGS'] += " -lpython{}".format(python_version)
# env['LDFLAGS'] += " -lsecp256k1" # env['LDFLAGS'] += " -lsecp256k1"
# return env # return env
version = '15.0.0' version = 'v15.0.1'
url = 'https://github.com/ofek/coincurve/archive/{version}.tar.gz' url = 'https://github.com/ofek/coincurve/archive/refs/tags/v15.0.1.tar.gz'
call_hostpython_via_targetpython = False call_hostpython_via_targetpython = False
depends = [('python2', 'python3'), 'setuptools', depends = [('python2', 'python3'), 'setuptools',
'libffi', 'cffi', 'libsecp256k1'] 'libffi', 'cffi', 'libsecp256k1']