sijuv / protobuf-codec

Protocol Buffer coder/decoder
Apache License 2.0
42 stars 20 forks source link

Metadata checksum file mismatches for 1.2 #3

Open argggh opened 12 years ago

argggh commented 12 years ago

Hi,

I'm observing the following:

$ curl -s -L http://github.com/sijuv/protobuf-codec/raw/master/dist/protobuf/protobuf-codec-json/1.2/protobuf-codec-json-1.2.pom | sha1sum 
721f8f5aa2c4caecc915b2959d54473ff2c5fbfe  -
$ curl -s -L http://github.com/sijuv/protobuf-codec/raw/master/dist/protobuf/protobuf-codec-json/1.2/protobuf-codec-json-1.2.pom.sha1; echo
f0066bce39d3efeb71fa09d680ccb5be22d6d729
$ 

This makes Maven a bit unhappy. Is there reason for concern regarding the integrity of the artifacts, or are the checksum files just out-of-date? Can this be rectified?

sijuv commented 12 years ago

Hi Arne,

There is no reason for concern, it is just an error. Will get it addressed soon.

Regards, Siju

On Mon, May 21, 2012 at 12:58 PM, Arne Georg Gleditsch reply@reply.github.com wrote:

Hi,

I'm observing the following:

   $ curl -s -L http://github.com/sijuv/protobuf-codec/raw/master/dist/protobuf/protobuf-codec-json/1.2/protobuf-codec-json-1.2.pom | sha1sum    721f8f5aa2c4caecc915b2959d54473ff2c5fbfe  -    $ curl -s -L http://github.com/sijuv/protobuf-codec/raw/master/dist/protobuf/protobuf-codec-json/1.2/protobuf-codec-json-1.2.pom.sha1; echo    f0066bce39d3efeb71fa09d680ccb5be22d6d729    $

This makes Maven a bit unhappy.  Is there reason for concern regarding the integrity of the artifacts, or are the checksum files just out-of-date?  Can this be rectified?


Reply to this email directly or view it on GitHub: https://github.com/sijuv/protobuf-codec/issues/3

argggh commented 12 years ago

Great, thanks.