summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/debianutils/debianutils_4.5.bb (renamed from meta/recipes-support/debianutils/debianutils_4.4.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/debianutils/debianutils_4.4.bb b/meta/recipes-support/debianutils/debianutils_4.5.bb
index 346eaf16eb..3593cdbe79 100644
--- a/meta/recipes-support/debianutils/debianutils_4.4.bb
+++ b/meta/recipes-support/debianutils/debianutils_4.5.bb
@@ -3,9 +3,9 @@ SECTION = "base"
3LICENSE = "GPLv2 & SMAIL_GPL" 3LICENSE = "GPLv2 & SMAIL_GPL"
4LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f" 4LIC_FILES_CHKSUM = "file://debian/copyright;md5=f01a5203d50512fc4830b4332b696a9f"
5 5
6SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.gz" 6SRC_URI = "${DEBIAN_MIRROR}/main/d/${BPN}/${BPN}_${PV}.tar.xz"
7SRC_URI[md5sum] = "c0cb076754d7f4eb1e3397d00916647f" 7SRC_URI[md5sum] = "43796250e927db531cdebe80c6b925ea"
8SRC_URI[sha256sum] = "190850cdd6b5302e0a1ba1aaed1bc7074d67d3bd8d04c613f242f7145afa53a6" 8SRC_URI[sha256sum] = "7cfaa53caaaaf36dad16fa69b30dd2b78b8dafebd766aacd53a3c7c78a9d441f"
9 9
10inherit autotools update-alternatives 10inherit autotools update-alternatives
11 11