diff options
author | Armin Kuster <akuster808@gmail.com> | 2023-03-18 20:38:49 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-03-20 16:30:29 -0400 |
commit | 6f7c5fe13f0f8b2872b61bf1ac74f225e18331ef (patch) | |
tree | 28cc3b926329b91407e6385246d12d863f0fab3c | |
parent | 883d5e4dd9aa10554cd09b9962484522b7d91539 (diff) | |
download | meta-security-6f7c5fe13f0f8b2872b61bf1ac74f225e18331ef.tar.gz |
cryptmout: update to 6.2.0
Change LIC_FILES_CHKSUM to use COPYING
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 @@ | |||
1 | SUMMARY = "Linux encrypted filesystem management tool" | 1 | SUMMARY = "Linux encrypted filesystem management tool" |
2 | HOMEPAGE = "http://cryptmount.sourceforge.net/" | 2 | HOMEPAGE = "http://cryptmount.sourceforge.net/" |
3 | LIC_FILES_CHKSUM = "file://README;beginline=3;endline=4;md5=dae0772f0ff46fd927e7fdb08af51b71" | 3 | LIC_FILES_CHKSUM = "file://COPYING;beginline=1;endline=4;md5=6e69c425bf32ecf9b1e11d29d146d03d" |
4 | LICENSE = "GPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only" |
5 | SRC_URI = "https://sourceforge.net/projects/cryptmount/files/${BPN}/${BPN}-6.2/${BPN}-${PV}.tar.gz" | ||
5 | 6 | ||
6 | SRC_URI = "https://sourceforge.net/projects/cryptmount/files/${BPN}/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ | 7 | SRC_URI[sha256sum] = "90cc49fd598d636929c70479b1305f12b011edadf4a54578ace6c0fca8cb5ed2" |
7 | " | ||
8 | |||
9 | SRC_URI[sha256sum] = "86528a9175e1eb53f60613e3c3ea6ae6d69dbfe5ac2b53b2f58ba0f768371e7e" | ||
10 | 8 | ||
11 | inherit autotools-brokensep gettext pkgconfig systemd | 9 | inherit autotools-brokensep gettext pkgconfig systemd |
12 | 10 | ||