Skip to content

Commit 055a5fc

Browse files
author
gon
committed
libsodium-recipe-update to url
1 parent d7d12d5 commit 055a5fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pythonforandroid/recipes/libsodium/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ class LibsodiumRecipe(Recipe):
1616
@property
1717
def versioned_url(self):
1818
asked_version = packaging_version.parse(self.version)
19-
recipe_version = packaging_version.parse(self._version)
20-
if asked_version > recipe_version:
19+
if asked_version > packaging_version.parse('1.0.16'):
2120
return self._url.format(self.version + '-RELEASE', self.version)
2221
else:
2322
return self._url.format(self.version, self.version)

0 commit comments

Comments
 (0)