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 4b1c7d8 commit 12e54caCopy full SHA for 12e54ca
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