Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checksum validation failed #1

Open
edbond opened this issue Aug 3, 2012 · 1 comment
Open

Checksum validation failed #1

edbond opened this issue Aug 3, 2012 · 1 comment

Comments

@edbond
Copy link

edbond commented Aug 3, 2012

I am using leiningen https://github.com/technomancy/leiningen/ to get epublib
Having in project.clj:

:dependencies [[nl.siegmann.epublib/epublib-core "3.0-SNAPSHOT"]]
:repositories { "psiegman-snapshots" "http://github.com/psiegman/mvn-repo/raw/master/snapshots" }

and running lein deps:

Could not find artifact nl.siegmann.epublib:epublib-core:pom:3.0-20110731.155008-1 in central (http://repo1.maven.org/maven2)
Could not find artifact nl.siegmann.epublib:epublib-core:pom:3.0-20110731.155008-1 in clojars (https://clojars.org/repo/)
Retrieving nl/siegmann/epublib/epublib-core/3.0-SNAPSHOT/epublib-core-3.0-20110731.155008-1.pom 
    from http://github.com/psiegman/mvn-repo/raw/master/snapshots/
Checksum validation failed, expected 5f5b9b90ae394a845a5b1e7ca33c94249f8d55c9 but is 5834b08a5c5d58998a93ff86a62496f4e5c970db
Retrieving nl/siegmann/epublib/epublib-core/3.0-SNAPSHOT/epublib-core-3.0-20110731.155008-1.pom 
    from http://github.com/psiegman/mvn-repo/raw/master/snapshots/
Could not transfer artifact nl.siegmann.epublib:epublib-core:pom:3.0-20110731.155008-1 from/to psiegman-snapshots (http://github.com/psiegman/mvn-repo/raw/master/snapshots): Checksum validation failed, expected 5f5b9b90ae394a845a5b1e7ca33c94249f8d55c9 but is 5834b08a5c5d58998a93ff86a62496f4e5c970db
Failed to collect dependencies for [#<Dependency org.clojure:clojure:jar:1.4.0 (compile)> #<Dependency nl.siegmann.epublib:epublib-core:jar:3.0-SNAPSHOT (compile)>]
@outsideMyBox
Copy link

Hi,
I also have a problem getting the file using the maven dependencies:

[warn] problem while downloading module descriptor: https://github.com/psiegman/mvn-repo/raw/master/releases/nl/siegmann/epublib/epublib-core/3.1/epublib-core-3.1.pom: invalid sha1: expected=7f87fd2577bd544661f3aebc4bec78930b9ebb17 computed=5804866620fc8217e7a82f2385b2c4f282e98af7 (1909ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants