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.
2 parents 4b1c7d8 + 12e54ca commit a633193Copy full SHA for a633193
pythonforandroid/recipes/pygame/__init__.py
@@ -13,8 +13,8 @@ class Pygame2Recipe(CompiledComponentsPythonRecipe):
13
not part of the build. It's usable, but not complete.
14
"""
15
16
- version = '2.0.0-dev7'
17
- url = 'https://github.com/pygame/pygame/archive/android-{version}.tar.gz'
+ version = '2.0.1'
+ url = 'https://github.com/pygame/pygame/archive/{version}.tar.gz'
18
19
site_packages_name = 'pygame'
20
name = 'pygame'
0 commit comments