desaikush210 / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

please consider checksum in the maven repository #581

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Here is an example hash from mvnrepostiory.com:

http://repo1.maven.org/maven2/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar

# md5sum ...
2f54fc24807a4cad7297012dd8cebf3d  lib/gson-2.2.4.jar
1ff6437ccdf5a83f3596da78b7f6118e  lib/gson-2.2.4-sources.jar

Here are the hashes I got from extracting: 
http://code.google.com/p/google-gson/downloads/detail?name=google-gson-2.2.4-rel
ease.zip

$ md5sum lib/gson-2.2.4*
232ea9ab7ec43b8b2ef36181ee7d693b  lib/gson-2.2.4.jar
f8c28d344ebaaf750aaddee6c660e2a5  lib/gson-2.2.4-sources.jar

These are probably identical in functionality, but please consider using the 
same build when updating maven so these will match.

Original issue reported on code.google.com by ja...@jcalfee.info on 10 Jun 2014 at 2:07

GoogleCodeExporter commented 9 years ago
Nice find. We will ensure that we do this for the upcoming 2.3 release.

Original comment by j...@squareup.com on 9 Aug 2014 at 5:44

GoogleCodeExporter commented 9 years ago
This is no longer relevant since we dont host downloads on google code anymore.

Original comment by inder123 on 12 Nov 2014 at 11:33