From 14116126ce7d1e1d48743bbed78599805af7747f Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Wed, 19 Jun 2013 08:35:26 +0200 Subject: 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. --- webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp.py') 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(
  • To inspect a combination of binary packages go to
    compare/<firstpackage>/<secondpackage>
    Example: compare/git/git
  • -
  • To discover package shipping a particular file go to
    hash/sha512/<hashvalue>
    Example: hash/sha512/ed94df7781793f06f9426a600c1bde86397afc7b35cb3aa11b60214bd31e35ad893b53a04a2cf4676154982d7c204c4aa165d6ccdaac0170031364a05dbab3bc
  • +
  • To discover package shipping a particular file go to
    hash/sha512/<hashvalue>
    Example: hash/sha512/7633623b66b5e686bb94dd96a7cdb5a7e5ee00e87004fab416a5610d59c62badaf512a2e26e34e2455b7ed6b76690d2cd47464836d7d85d78b51d50f7e933d5c
  • {% endblock %}""") -- cgit v1.2.3