Skip to content

Commit 94a9b3b

Browse files
committed
primp: update to 0.14.0
1 parent fbd5255 commit 94a9b3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pythonforandroid/recipes/pyreqwest_impersonate/__init__.py renamed to pythonforandroid/recipes/primp/__init__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from pythonforandroid.recipe import RustCompiledComponentsRecipe
33

44

5-
class Pyreqwest_impersonateRecipe(RustCompiledComponentsRecipe):
6-
version = "v0.4.5"
7-
url = "https://github.com/deedy5/pyreqwest_impersonate/archive/refs/tags/{version}.tar.gz"
5+
class PrimpRecipe(RustCompiledComponentsRecipe):
6+
version = "v0.14.0"
7+
url = "https://github.com/deedy5/primp/archive/refs/tags/{version}.tar.gz"
88

99
def get_recipe_env_post(self, arch, **kwargs):
1010
env = super().get_recipe_env(arch, **kwargs)
@@ -30,4 +30,4 @@ def build_arch(self, arch):
3030
prebuild_(arch)
3131

3232

33-
recipe = Pyreqwest_impersonateRecipe()
33+
recipe = PrimpRecipe()

0 commit comments

Comments
 (0)