From d7391ab934745af9949292998d2a17d487c94278 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sun, 28 Feb 2021 19:19:17 +0000 Subject: [PATCH] fscryptctl: upgrade 0.1.0 -> 1.0.0 --- .../fscryptctl/{fscryptctl_0.1.0.bb => fscryptctl_1.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-security/fscryptctl/{fscryptctl_0.1.0.bb => fscryptctl_1.0.0.bb} (94%) diff --git a/recipes-security/fscryptctl/fscryptctl_0.1.0.bb b/recipes-security/fscryptctl/fscryptctl_1.0.0.bb similarity index 94% rename from recipes-security/fscryptctl/fscryptctl_0.1.0.bb rename to recipes-security/fscryptctl/fscryptctl_1.0.0.bb index 8847a0f..440b4e3 100644 --- a/recipes-security/fscryptctl/fscryptctl_0.1.0.bb +++ b/recipes-security/fscryptctl/fscryptctl_1.0.0.bb @@ -9,7 +9,7 @@ SECTION = "base" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRCREV = "142326810eb19d6794793db6d24d0775a15aa8e5" +SRCREV = "56b898c896240328adef7407090215abbe9ee03d" SRC_URI = "git://github.com/google/fscryptctl.git" S = "${WORKDIR}/git"