This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/zlib/common.bash

20 lines
232 B
Bash

version=\
(
'1.2.7'
)
url=\
(
"http://downloads.sourceforge.net/project/libpng/zlib/$version/zlib-$version.tar.gz"
)
md5=\
(
'60df6a37c56e7c1366cca812414f7b85'
)
maintainer=\
(
'Ricardo Martins <rasm@fe.up.pt>'
)