Thanks for taking it peti!
Search Criteria
Package Details: topgit 0.8.45.gd279e29-1
Package Actions
| Package Base: | topgit |
|---|---|
| Description: | A different patch queue manager |
| Upstream URL: | http://repo.or.cz/w/topgit.git |
| Category: | devel |
| Licenses: | |
| Submitter: | None |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 0 |
| First Submitted: | 2008-11-23 21:20 |
| Last Updated: | 2011-03-25 13:09 |
Latest Comments
Comment by oneeyed
Anonymous comment
Thanks for the pointer, Quantax! The package has now been fixed.
Comment by quantax
gitweb's compressed tarball includes the timestamp. Thus it always has a different MD5 sum. However the ZIP archive does not contain one and has a constant MD5 sum. Therefore use the .zip instead of the .tar.gz for the PKGBUILD.
C.f. the output of the following commands:
$ curl -so - http://repo.or.cz/w/topgit.git/snapshot/f59e4f9e87e5f485fdaee0af002edd2105fa298a.tar.gz | md5sum
3fe893719dcfcb8572f76e06fa887acc -
$ curl -so - http://repo.or.cz/w/topgit.git/snapshot/f59e4f9e87e5f485fdaee0af002edd2105fa298a.tar.gz | md5sum
f95eb3874be043c5f6985b0550d7ae12 -
$ curl -so - http://repo.or.cz/w/topgit.git/snapshot/f59e4f9e87e5f485fdaee0af002edd2105fa298a.tar.gz | zcat | md5sum
db0dd25565da4bfef299ffda02ae0135 -
$ curl -so - http://repo.or.cz/w/topgit.git/snapshot/f59e4f9e87e5f485fdaee0af002edd2105fa298a.tar.gz | zcat | md5sum
db0dd25565da4bfef299ffda02ae0135 -
$ curl -so - http://repo.or.cz/w/topgit.git/snapshot/f59e4f9e87e5f485fdaee0af002edd2105fa298a.zip | md5sum
f94467a77951432cb0787ec10a4f44ad -
$ curl -so - http://repo.or.cz/w/topgit.git/snapshot/f59e4f9e87e5f485fdaee0af002edd2105fa298a.zip | md5sum
f94467a77951432cb0787ec10a4f44ad -
Comment by oneeyed
petit: yeah, I will remove this one as the hash always changes. Note that there is also "topgit-git" which works much better.
Anonymous comment
I need "md5sums=('e1013abc1b97b80783f1f1a83a09f243')" to install topgit successfully. What is the matter with those downloads? Is it maybe possible that gitweb generates tarballs with different hashes every time it's run? It might be preferrable to pull the source code with git itself, especially since the last release has made 11 moths ago, i.e. one might like to run HEAD anyway.
Comment by chneukirchen
Broken hash, works with md5sums=('292f1f5ff904d73f7e1531de2ab3ff68')