Skip to content

Commit dea23e8

Browse files
authored
Updated version of pygame from 2.0.1 to 2.1.0 (kivy#2520)
Changed the version of pygame in the recipe from 2.0.1 (released in Dec 2020) to the latest release 2.1.0 (released in Nov 2021).
1 parent 04b3d50 commit dea23e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pygame/__init__.py

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

16-
version = '2.0.1'
16+
version = '2.1.0'
1717
url = 'https://github.com/pygame/pygame/archive/{version}.tar.gz'
1818

1919
site_packages_name = 'pygame'

0 commit comments

Comments
 (0)