Skip to content

Commit 933b498

Browse files
committed
jpeg: use https: URL instead of git:
This way download can work when non HTTP ports are blocked.
1 parent 59f6a6b commit 933b498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/jpeg/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class JpegRecipe(NDKRecipe):
99
name = 'jpeg'
1010
version = 'linaro-android'
11-
url = 'git://git.linaro.org/people/tomgall/libjpeg-turbo/libjpeg-turbo.git'
11+
url = 'git+https://git.linaro.org/people/tomgall/libjpeg-turbo/libjpeg-turbo'
1212

1313
patches = ['build-static.patch']
1414

0 commit comments

Comments
 (0)