From 1140d80172e5d90593a50078344dcbfc0cd2addd Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 5 Oct 2010 21:00:44 +0200 Subject: [PATCH] vala_0.11.0: fix checksums declaration * checksums were OK, but declared with name=archive which wasn't used in SRC_URI this time Signed-off-by: Martin Jansa --- recipes/vala/vala_0.11.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/vala/vala_0.11.0.bb b/recipes/vala/vala_0.11.0.bb index 26586e15a3..fd3f754202 100644 --- a/recipes/vala/vala_0.11.0.bb +++ b/recipes/vala/vala_0.11.0.bb @@ -3,5 +3,5 @@ require vala.inc SRC_URI = "http://download.gnome.org/sources/vala/0.11/vala-${PV}.tar.bz2" PR = "${INC_PR}.0" -SRC_URI[archive.md5sum] = "55290a999b08734ff36e73fddfeeeda0" -SRC_URI[archive.sha256sum] = "7bd0add719a49e3ea1a6ff4431d637216274d5363b9704781a5d955298963c8d" +SRC_URI[md5sum] = "55290a999b08734ff36e73fddfeeeda0" +SRC_URI[sha256sum] = "7bd0add719a49e3ea1a6ff4431d637216274d5363b9704781a5d955298963c8d" -- 2.39.5