summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-security/cryptmount/cryptmount_6.2.0.bb (renamed from recipes-security/cryptmount/cryptmount_6.0.bb)8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-security/cryptmount/cryptmount_6.0.bb b/recipes-security/cryptmount/cryptmount_6.2.0.bb
index d712a61..d815e1d 100644
--- a/recipes-security/cryptmount/cryptmount_6.0.bb
+++ b/recipes-security/cryptmount/cryptmount_6.2.0.bb
@@ -1,12 +1,10 @@
1SUMMARY = "Linux encrypted filesystem management tool" 1SUMMARY = "Linux encrypted filesystem management tool"
2HOMEPAGE = "http://cryptmount.sourceforge.net/" 2HOMEPAGE = "http://cryptmount.sourceforge.net/"
3LIC_FILES_CHKSUM = "file://README;beginline=3;endline=4;md5=dae0772f0ff46fd927e7fdb08af51b71" 3LIC_FILES_CHKSUM = "file://COPYING;beginline=1;endline=4;md5=6e69c425bf32ecf9b1e11d29d146d03d"
4LICENSE = "GPL-2.0-only" 4LICENSE = "GPL-2.0-only"
5SRC_URI = "https://sourceforge.net/projects/cryptmount/files/${BPN}/${BPN}-6.2/${BPN}-${PV}.tar.gz"
5 6
6SRC_URI = "https://sourceforge.net/projects/cryptmount/files/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ 7SRC_URI[sha256sum] = "90cc49fd598d636929c70479b1305f12b011edadf4a54578ace6c0fca8cb5ed2"
7 "
8
9SRC_URI[sha256sum] = "86528a9175e1eb53f60613e3c3ea6ae6d69dbfe5ac2b53b2f58ba0f768371e7e"
10 8
11inherit autotools-brokensep gettext pkgconfig systemd 9inherit autotools-brokensep gettext pkgconfig systemd
12 10