ninjudd / clojure-protobuf

Google protocol buffers wrapper for Clojure.
Eclipse Public License 1.0
217 stars 70 forks source link

Unable to fetch version 0.8.2 from clojars #57

Open can3p opened 9 years ago

can3p commented 9 years ago

Hi, thanks for a great project!

When I add [org.flatland/protobuf "0.8.2"] and try to build project, I get the following message:

Retrieving org/flatland/protobuf/0.8.2/protobuf-0.8.2.jar from clojars
Could not find artifact org.flatland:protobuf:jar:0.8.2 in central (https://repo1.maven.org/maven2/)
Could not transfer artifact org.flatland:protobuf:jar:0.8.2 from/to clojars (https://clojars.org/repo/): Checksum validation failed, no checksums available from the repository

For some reason this fork works.

numberten commented 8 years ago

This seems to be a problem with clojars. Seen here and here. Looks like the library maintainer side fix is to repush via scp.

liuchong commented 8 years ago

+1 So the problem seems to be missing of protobuf-0.8.2.jar.md5 and protobuf-0.8.2.jar.sha, why not just re-upload the files?