We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc0128 commit 773bb15Copy full SHA for 773bb15
build_conquest_python.py
@@ -21,7 +21,7 @@ def install_directory(self):
21
class ZlibPackage(InstallInConquestPythonBaseMixin, AutoconfMixin, NoArchiveMixin, Package):
22
'''Zlib'''
23
name = 'zlib'
24
- version = '1.2.13'
+ version = '1.3.1'
25
26
@property
27
def source_archives(self):
0 commit comments