From 0b9dba242f681f7ec4f4a495d43214ee7d78f501 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 28 Feb 2021 19:18:43 +0000 Subject: ding-libs: upgrade 0.5.0 -> 0.6.1 --- recipes-security/libdhash/ding-libs_0.5.0.bb | 13 ------------- recipes-security/libdhash/ding-libs_0.6.1.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 recipes-security/libdhash/ding-libs_0.5.0.bb create mode 100644 recipes-security/libdhash/ding-libs_0.6.1.bb diff --git a/recipes-security/libdhash/ding-libs_0.5.0.bb b/recipes-security/libdhash/ding-libs_0.5.0.bb deleted file mode 100644 index 9db66e8..0000000 --- a/recipes-security/libdhash/ding-libs_0.5.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Dynamic hash table implementation" -DESCRIPTION = "Dynamic hash table implementation" -HOMEPAGE = "https://fedorahosted.org/released/ding-libs" -SECTION = "base" -LICENSE = "GPLv3+" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz" - -inherit autotools pkgconfig - -SRC_URI[md5sum] = "786f2880d30136a61df02e5d740ddc6e" -SRC_URI[sha256sum] = "dab937537a05d7a7cbe605fdb9b3809080d67b124ac97eb321255b35f5b172fd" diff --git a/recipes-security/libdhash/ding-libs_0.6.1.bb b/recipes-security/libdhash/ding-libs_0.6.1.bb new file mode 100644 index 0000000..6046fa0 --- /dev/null +++ b/recipes-security/libdhash/ding-libs_0.6.1.bb @@ -0,0 +1,12 @@ +SUMMARY = "Dynamic hash table implementation" +DESCRIPTION = "Dynamic hash table implementation" +HOMEPAGE = "https://fedorahosted.org/released/ding-libs" +SECTION = "base" +LICENSE = "GPLv3+" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +SRC_URI = "https://fedorahosted.org/released/${BPN}/${BP}.tar.gz" + +inherit autotools pkgconfig + +SRC_URI[sha256sum] = "a319a327deb81f2dfab9ce4a4926e80e1dac5dcfc89f4c7e548cec2645af27c1" -- cgit v1.2.3-54-g00ecf