summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2013-06-19 08:35:26 +0200
committerHelmut Grohne <helmut@subdivi.de>2013-06-19 08:35:26 +0200
commit14116126ce7d1e1d48743bbed78599805af7747f (patch)
treefd60db3345e6d45b36e7a75fd659d69ca6f3cd76
parent3667c29f675599b9f3e098dd9b708c1d099d2b8a (diff)
downloaddebian-dedup-14116126ce7d1e1d48743bbed78599805af7747f.tar.gz
webapp: fix hash example link after git upload
The git binary changed and so did its hash. Choosing a more stable example now: The GPL-3.
-rwxr-xr-xwebapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp.py b/webapp.py
index 6d8b7d1..86d14f0 100755
--- a/webapp.py
+++ b/webapp.py
@@ -156,7 +156,7 @@ index_template = jinjaenv.from_string(
</form>
</fieldset></div></li>
<li>To inspect a combination of binary packages go to <pre>compare/&lt;firstpackage&gt;/&lt;secondpackage&gt;</pre> Example: <a href="compare/git/git">compare/git/git</a></li>
-<li>To discover package shipping a particular file go to <pre>hash/sha512/&lt;hashvalue&gt;</pre> Example: <a href="hash/sha512/ed94df7781793f06f9426a600c1bde86397afc7b35cb3aa11b60214bd31e35ad893b53a04a2cf4676154982d7c204c4aa165d6ccdaac0170031364a05dbab3bc">hash/sha512/ed94df7781793f06f9426a600c1bde86397afc7b35cb3aa11b60214bd31e35ad893b53a04a2cf4676154982d7c204c4aa165d6ccdaac0170031364a05dbab3bc</a></li>
+<li>To discover package shipping a particular file go to <pre>hash/sha512/&lt;hashvalue&gt;</pre> Example: <a href="hash/sha512/7633623b66b5e686bb94dd96a7cdb5a7e5ee00e87004fab416a5610d59c62badaf512a2e26e34e2455b7ed6b76690d2cd47464836d7d85d78b51d50f7e933d5c">hash/sha512/7633623b66b5e686bb94dd96a7cdb5a7e5ee00e87004fab416a5610d59c62badaf512a2e26e34e2455b7ed6b76690d2cd47464836d7d85d78b51d50f7e933d5c</a></li>
</ul>
{% endblock %}""")