From fe0f790b1f9c3c56ee03fe2faded3d99307b5cfa Mon Sep 17 00:00:00 2001 From: Ansh Dadwal Date: Tue, 26 Mar 2024 16:41:09 +0530 Subject: [PATCH] (`recipes/materialyoucolor`): update to 2.0.9 --- pythonforandroid/recipes/materialyoucolor/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pythonforandroid/recipes/materialyoucolor/__init__.py b/pythonforandroid/recipes/materialyoucolor/__init__.py index 39bbdc328a..32d44a2714 100644 --- a/pythonforandroid/recipes/materialyoucolor/__init__.py +++ b/pythonforandroid/recipes/materialyoucolor/__init__.py @@ -3,8 +3,8 @@ class MaterialyoucolorRecipe(CppCompiledComponentsPythonRecipe): stl_lib_name = "c++_shared" - version = "2.0.7" - url = "https://github.com/T-Dynamos/materialyoucolor-pyhton/archive/refs/tags/v{version}.tar.gz" + version = "2.0.9" + url = "https://github.com/T-Dynamos/materialyoucolor-python/releases/download/v{version}/materialyoucolor-{version}.tar.gz" depends = ["setuptools"]