Let all recipes use SHA-256 checksums only.

This commit is contained in:
Oliver Tappe
2014-04-21 19:31:51 +02:00
parent c4033efe65
commit 80bbd70b83
445 changed files with 457 additions and 686 deletions

View File

@@ -5,6 +5,7 @@ JUnit to C++ by Michael Feathers.
"
HOMEPAGE="http://cppunit.sourceforge.net/"
SRC_URI="http://downloads.sourceforge.net/cppunit/cppunit-1.12.1.tar.gz"
CHECKSUM_SHA256="ac28a04c8e6c9217d910b0ae7122832d28d9917fa668bcc9e0b8b09acb4ea44a"
LICENSE="GNU LGPL v2.1"
COPYRIGHT="
Michael Feathers <mfeathers@objectmentor.com>
@@ -14,10 +15,6 @@ COPYRIGHT="
Bastiaan Bakker <bastiaan.bakker@lifeline.nl>
Steve Robbins <smr99@sourceforge.net>
"
CHECKSUM_SIZE="762803"
CHECKSUM_MD5="bd30e9cf5523cdfc019b94f5e1d7fd19"
CHECKSUM_RMD160="c5f38b1d201afcba7913f2b53fb7558add3d21f5"
CHECKSUM_SHA512="7af3569d028d5fa49106ece281f478cc2757cc5deca8c2512406796a7dbd6473928a1e730f28880467d19c6e59b31e55bf4f92f5cf2498a3a875ab32c5b2a081"
REVISION="1"
ARCHITECTURES="x86 x86_gcc2"