protobuf-codec icon indicating copy to clipboard operation
protobuf-codec copied to clipboard

Metadata checksum file mismatches for 1.2

Open argggh opened this issue 12 years ago • 2 comments

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?

argggh avatar May 21 '12 07:05 argggh

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 [email protected] 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

sijuv avatar May 21 '12 15:05 sijuv

Great, thanks.

argggh avatar May 23 '12 14:05 argggh