Skip to content

Commit

Permalink
Update to zlib 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaassssiiee committed Oct 13, 2023
1 parent 3705c46 commit 7939619
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
boost_version: 1.72.0
zlib_version: 1.2.13
zlib_version: 1.3
bzip2_version: 1.0.8

# Corporate feature: toggles desired state
Expand Down
4 changes: 2 additions & 2 deletions molecule/clang/tests/test_boost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ file:
exists: true
/usr/local/src/bzip2-1.0.8/bzip2.c:
exists: true
/usr/local/src/zlib-1.2.13/compress.c:
/usr/local/src/zlib-1.3/compress.c:
exists: true
/usr/local/src/zlib-1.2.13/zlib.h:
/usr/local/src/zlib-1.3/zlib.h:
exists: true
4 changes: 2 additions & 2 deletions molecule/default/tests/test_boost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ file:
exists: true
/usr/local/src/bzip2-1.0.8/bzip2.c:
exists: true
/usr/local/src/zlib-1.2.13/compress.c:
/usr/local/src/zlib-1.3/compress.c:
exists: true
/usr/local/src/zlib-1.2.13/zlib.h:
/usr/local/src/zlib-1.3/zlib.h:
exists: true

0 comments on commit 7939619

Please sign in to comment.