summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.6.0.bb (renamed from meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.6.0.bb
index b10c5c5fff..2515d07d48 100644
--- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.5.2.bb
+++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.6.0.bb
@@ -7,7 +7,7 @@ DEPENDS = "glib-2.0 fuse3"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8 8
9SRC_URI = "git://github.com/libfuse/sshfs" 9SRC_URI = "git://github.com/libfuse/sshfs"
10SRCREV = "695cd8916f0e78d28009de3ffe112b9d1a1c9e5e" 10SRCREV = "a1e5f12c530ccf59434a7d59a34a049f160b3559"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13inherit meson 13inherit meson