[Vm-dev] VM Maker: CMakeVMMaker-EstebanLorenzano.203.mcz

commits at source.squeak.org commits at source.squeak.org
Tue May 14 17:21:32 UTC 2013


Esteban Lorenzano uploaded a new version of CMakeVMMaker to project VM Maker:
http://source.squeak.org/VMMaker/CMakeVMMaker-EstebanLorenzano.203.mcz

==================== Summary ====================

Name: CMakeVMMaker-EstebanLorenzano.203
Author: EstebanLorenzano
Time: 14 May 2013, 7:21:16.103 pm
UUID: 2c31c1db-ac2f-46a7-bd51-d165ff2b4698
Ancestors: CMakeVMMaker-EstebanLorenzano.202

- update zlib library

=============== Diff against CMakeVMMaker-EstebanLorenzano.202 ===============

Item was changed:
  ----- Method: CMWin32ZLib>>archiveMD5Sum (in category 'as yet unclassified') -----
  archiveMD5Sum
  	"answer the MD5 checksum (in string) for downloaded library archive 
  	(to check that downloaded file is not corrupt).
  	
  	You can take this sum by issuing:
  	  md5 filename
  	from command line
  	"
+ 	^ '44d667c142d7cda120332623eab69f40'!
- 	^ '60df6a37c56e7c1366cca812414f7b85'!

Item was changed:
  ----- Method: CMWin32ZLib>>downloadURL (in category 'as yet unclassified') -----
  downloadURL 
+ 	^ 'http://zlib.net/zlib-1.2.8.tar.gz'!
- 	^ 'http://zlib.net/zlib-1.2.7.tar.gz'!



More information about the Vm-dev mailing list