8000
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.
1 parent d3cb478 commit 3c0e3afCopy full SHA for 3c0e3af
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