Skip to content

Commit a633193

Browse files
authored
Merge pull request kivy#2466 from ljnath/bump-pygame-to-latest
Updated version of pygame from 2.0.0-dev7 to 2.0.1
2 parents 4b1c7d8 + 12e54ca commit a633193

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/pygame/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class Pygame2Recipe(CompiledComponentsPythonRecipe):
1313
not part of the build. It's usable, but not complete.
1414
"""
1515

16-
version = '2.0.0-dev7'
17-
url = 'https://github.com/pygame/pygame/archive/android-{version}.tar.gz'
16+
version = '2.0.1'
17+
url = 'https://github.com/pygame/pygame/archive/{version}.tar.gz'
1818

1919
site_packages_name = 'pygame'
2020
name = 'pygame'

0 commit comments

Comments
 (0)