summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/lkrg/lkrg-module_0.9.7.bb (renamed from recipes-kernel/lkrg/lkrg-module_0.9.6.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/lkrg/lkrg-module_0.9.6.bb b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb
index 421d924..020c3a1 100644
--- a/recipes-kernel/lkrg/lkrg-module_0.9.6.bb
+++ b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb
@@ -5,13 +5,13 @@ SECTION = "security"
5HOMEPAGE = "https://www.openwall.com/lkrg/" 5HOMEPAGE = "https://www.openwall.com/lkrg/"
6LICENSE = "GPL-2.0-only" 6LICENSE = "GPL-2.0-only"
7 7
8LIC_FILES_CHKSUM = "file://LICENSE;md5=3f3e5dd56319d33a1944d635c1c86c6f" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=57534ed9f03a5810945cd9be4a81db41"
9 9
10DEPENDS = "virtual/kernel elfutils" 10DEPENDS = "virtual/kernel elfutils"
11 11
12SRC_URI = "git://github.com/lkrg-org/lkrg.git;protocol=https;branch=main" 12SRC_URI = "git://github.com/lkrg-org/lkrg.git;protocol=https;branch=main"
13 13
14SRCREV = "2481b3e2dd04eac945c31f99058b0aeee73c3a71" 14SRCREV = "5dc5cfea1f4dc8febdd5274d99e277c17df06acc"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17