Skip to content

Commit 5376a93

Browse files
authored
Merge pull request #2738 from FilipeMarch/patch-2
Update __init__.py from `scrypt` recipe
2 parents d3cb478 + 3c0e3af commit 5376a93

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)