Skip to content

Commit 3c0e3af

Browse files
authored
Update __init__.py
`scrypt` recipe was not working... Updating the version to `0.8.20` and the url to `https://github.com/holgern/py-scrypt/archive/refs/tags/v{version}.zip` fixes it You can check the latest release of `scrypt` here: https://github.com/holgern/py-scrypt/releases/tag/v0.8.20
1 parent d3cb478 commit 3c0e3af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/scrypt/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
class ScryptRecipe(CythonRecipe):
55

6-
version = '0.8.6'
7-
url = 'https://bitbucket.org/mhallin/py-scrypt/get/v{version}.zip'
6+
version = '0.8.20'
7+
url = 'https://github.com/holgern/py-scrypt/archive/refs/tags/v{version}.zip'
88
depends = ['setuptools', 'openssl']
99
call_hostpython_via_targetpython = False
1010
patches = ["remove_librt.patch"]

0 commit comments

Comments
 (0)