diff --git a/pythonforandroid/recipes/pyreqwest_impersonate/__init__.py b/pythonforandroid/recipes/primp/__init__.py
similarity index 81%
rename from pythonforandroid/recipes/pyreqwest_impersonate/__init__.py
rename to pythonforandroid/recipes/primp/__init__.py
index 7e8d5db9ae..b932eb3e61 100644
--- a/pythonforandroid/recipes/pyreqwest_impersonate/__init__.py
+++ b/pythonforandroid/recipes/primp/__init__.py
@@ -2,9 +2,9 @@
 from pythonforandroid.recipe import RustCompiledComponentsRecipe
 
 
-class Pyreqwest_impersonateRecipe(RustCompiledComponentsRecipe):
-    version = "v0.4.5"
-    url = "https://github.com/deedy5/pyreqwest_impersonate/archive/refs/tags/{version}.tar.gz"
+class PrimpRecipe(RustCompiledComponentsRecipe):
+    version = "v0.14.0"
+    url = "https://github.com/deedy5/primp/archive/refs/tags/{version}.tar.gz"
 
     def get_recipe_env_post(self, arch, **kwargs):
         env = super().get_recipe_env(arch, **kwargs)
@@ -30,4 +30,4 @@ def build_arch(self, arch):
             prebuild_(arch)
 
 
-recipe = Pyreqwest_impersonateRecipe()
+recipe = PrimpRecipe()