From 310b2cd8919a13280b445537893c109b66c5275c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Jan 2010 16:20:25 -0800 Subject: whois: Add recipe for version 5.0.0. * Move to using INC_PR * Add md5 and sha checksums to recipe. * Move more common parts like SRC_URI to whois.inc. * Thanks Paul Menzel for reporting the pending upgrade. Signed-off-by: Khem Raj --- recipes/whois/whois_5.0.0.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/whois/whois_5.0.0.bb (limited to 'recipes/whois/whois_5.0.0.bb') diff --git a/recipes/whois/whois_5.0.0.bb b/recipes/whois/whois_5.0.0.bb new file mode 100644 index 0000000000..a595ec5565 --- /dev/null +++ b/recipes/whois/whois_5.0.0.bb @@ -0,0 +1,6 @@ +require whois.inc +PR = "${INC_PR}.0" + +SRC_URI[whois.md5sum] = "18d74a07d711262b75f04a1c319bc833" +SRC_URI[whois.sha256sum] = "fb13316c09ff9f98bd9af659d0789c9a09b97757f5c6c3dbfbc790250d5c5abc" + -- cgit 1.2.3-korg