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 for circleprogress-1.2.1.aar does not match on jitpack.io #143

Open
tsawada opened this issue May 19, 2021 · 2 comments
Open

checksum for circleprogress-1.2.1.aar does not match on jitpack.io #143

tsawada opened this issue May 19, 2021 · 2 comments

Comments

@tsawada
Copy link

tsawada commented May 19, 2021

$ curl -s https://jitpack.io/com/github/lzyzsd/circleprogress/1.2.1/circleprogress-1.2.1.aar | sha1sum
eba204ef7eb75c26ae9a0eef979782a67a21999b  -
$ curl https://jitpack.io/com/github/lzyzsd/circleprogress/1.2.1/circleprogress-1.2.1.aar.sha1
8a5df8d876a5fc8e210894c481ce25351a26ad53%

md5 also differs for circleprogress-1.2.1.aar. This makes the package unusable when checksum verification is turned on, for example,

$ coursier fetch com.github.lzyzsd:circleprogress:1.2.1  -r https://jitpack.io  -v -m force --checksum MD5 --artifact-type aar

  Dependencies:
com.github.lzyzsd:circleprogress:1.2.1:
https://jitpack.io/com/github/lzyzsd/circleprogress/1.2.1/circleprogress-1.2.1.pom
  100.0% [##########] 433B (4.1 KiB / s)
https://jitpack.io/com/github/lzyzsd/circleprogress/1.2.1/circleprogress-1.2.1.aar
  100.0% [##########] 18.3 KiB (300.3 KiB / s)
https://jitpack.io/com/github/lzyzsd/circleprogress/1.2.1/circleprogress-1.2.1.aar
  100.0% [##########] 18.3 KiB (321.4 KiB / s)
Error fetching artifacts:
https://jitpack.io/com/github/lzyzsd/circleprogress/1.2.1/circleprogress-1.2.1.aar: wrong checksum: /.../Caches/Coursier/v1/https/jitpack.io/com/github/lzyzsd/circleprogress/1.2.1/circleprogress-1.2.1.aar (expected MD5 ab724a205558dea29986fd76373327f in /.../Caches/Coursier/v1/https/jitpack.io/com/github/lzyzsd/circleprogress/1.2.1/circleprogress-1.2.1.aar.md5, got 62fc55f2831c5c016abfc21826669fcd)
@kevkor94
Copy link

TRY com.github.lzyzsd:circleprogress:1.2.0

@tsawada
Copy link
Author

tsawada commented Jun 15, 2021

Yes 1.2.0 is not broken but I appreciate if 1.2.1 is available.

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