summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/uftp/uftp_4.9.9.bb (renamed from meta-networking/recipes-support/uftp/uftp_4.9.8.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/uftp/uftp_4.9.8.bb b/meta-networking/recipes-support/uftp/uftp_4.9.9.bb
index 0bbdd6b1d..a64d081cf 100644
--- a/meta-networking/recipes-support/uftp/uftp_4.9.8.bb
+++ b/meta-networking/recipes-support/uftp/uftp_4.9.9.bb
@@ -1,13 +1,14 @@
1DESCRIPTION = "Encrypted UDP based FTP with multicast" 1DESCRIPTION = "Encrypted UDP based FTP with multicast"
2HOMEPAGE = "https://sourceforge.net/projects/uftp-multicast" 2HOMEPAGE = "https://sourceforge.net/projects/uftp-multicast"
3SECTION = "libs/network" 3SECTION = "libs/network"
4
5LICENSE = "GPLv3" 4LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=d32239bcb673463ab874e80d47fae504"
7 6
7UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/uftp-multicast/files/source-tar/"
8
8SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz" 9SRC_URI = "${SOURCEFORGE_MIRROR}/uftp-multicast/source-tar/uftp-${PV}.tar.gz"
9SRC_URI[md5sum] = "f7a5affd3000b5aafbb13df49719b6c0" 10SRC_URI[md5sum] = "154e2c82a33fd4999040f8836e2dca2c"
10SRC_URI[sha256sum] = "e98c6318e497124d777ca71eae752d213207c35de9f782c8bcaaf82ece20e599" 11SRC_URI[sha256sum] = "c04bc75a88fc3d57504269f260be4d0b1bc440508b5a5ca587df6c16b771aa48"
11 12
12DEPENDS = "openssl" 13DEPENDS = "openssl"
13 14