Skip to content

Commit c67faf6

Browse files
authored
Merge pull request #2994 from T-Dynamos/add-mcp
(`recipes/materialyoucolor`): update to 2.0.9
2 parents b92522f + fe0f790 commit c67faf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/materialyoucolor/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
class MaterialyoucolorRecipe(CppCompiledComponentsPythonRecipe):
55
stl_lib_name = "c++_shared"
6-
version = "2.0.7"
7-
url = "https://github.com/T-Dynamos/materialyoucolor-pyhton/archive/refs/tags/v{version}.tar.gz"
6+
version = "2.0.9"
7+
url = "https://github.com/T-Dynamos/materialyoucolor-python/releases/download/v{version}/materialyoucolor-{version}.tar.gz"
88
depends = ["setuptools"]
99

1010

0 commit comments

Comments
 (0)