10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3cb478 + 3c0e3af commit 5376a93Copy full SHA for 5376a93
pythonforandroid/recipes/scrypt/__init__.py
@@ -3,8 +3,8 @@
3
4
class ScryptRecipe(CythonRecipe):
5
6
- version = '0.8.6'
7
- url = 'https://bitbucket.org/mhallin/py-scrypt/get/v{version}.zip'
+ version = '0.8.20'
+ url = 'https://github.com/holgern/py-scrypt/archive/refs/tags/v{version}.zip'
8
depends = ['setuptools', 'openssl']
9
call_hostpython_via_targetpython = False
10
patches = ["remove_librt.patch"]
0 commit comments