summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.1.bb (renamed from meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.0.bb b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.1.bb
index 47c9a64aab..1db3284653 100644
--- a/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.0.bb
+++ b/meta-filesystems/recipes-filesystems/sshfs-fuse/sshfs-fuse_3.7.1.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 = "a7e1038203c856cc7e052d439d1da49fe131339f" 10SRCREV = "8059e2ce630dd2b984f7a6c44a2b5291b0fe2abc"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13inherit meson ptest 13inherit meson ptest