Skip to content

Commit 5b37ba7

Browse files
Recipe for argon2-cffi
1 parent f5146fd commit 5b37ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/argon2-cffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
class Argon2Recipe(CompiledComponentsPythonRecipe):
55
version = '20.1.0'
6-
url = 'git+https://github.com/hynek/argon2-cffi'
6+
url = 'https://github.com/hynek/argon2-cffi/archive/{version}.tar.gz'
77
depends = ['setuptools', 'cffi']
88
call_hostpython_via_targetpython = False
99
build_cmd = 'build'

0 commit comments

Comments
 (0)