From 520a25a4d91c9a30bdf11a61ea2b3c2c7bef2b8f Mon Sep 17 00:00:00 2001 From: extrowerk <5569059+extrowerk@users.noreply.github.com> Date: Wed, 19 Oct 2022 18:11:48 +0200 Subject: [PATCH] SSH-FUSE: bump to latest legacy version (#7223) --- sys-fs/ssh-fuse/patches/{sshfs-2.9.patch => sshfs-2.10.patch} | 0 .../ssh-fuse/{sshfs_fuse-2.9.recipe => sshfs_fuse-2.10.recipe} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename sys-fs/ssh-fuse/patches/{sshfs-2.9.patch => sshfs-2.10.patch} (100%) rename sys-fs/ssh-fuse/{sshfs_fuse-2.9.recipe => sshfs_fuse-2.10.recipe} (95%) diff --git a/sys-fs/ssh-fuse/patches/sshfs-2.9.patch b/sys-fs/ssh-fuse/patches/sshfs-2.10.patch similarity index 100% rename from sys-fs/ssh-fuse/patches/sshfs-2.9.patch rename to sys-fs/ssh-fuse/patches/sshfs-2.10.patch diff --git a/sys-fs/ssh-fuse/sshfs_fuse-2.9.recipe b/sys-fs/ssh-fuse/sshfs_fuse-2.10.recipe similarity index 95% rename from sys-fs/ssh-fuse/sshfs_fuse-2.9.recipe rename to sys-fs/ssh-fuse/sshfs_fuse-2.10.recipe index fb4059041..9cae6d869 100644 --- a/sys-fs/ssh-fuse/sshfs_fuse-2.9.recipe +++ b/sys-fs/ssh-fuse/sshfs_fuse-2.10.recipe @@ -17,7 +17,7 @@ COPYRIGHT="2004-2012 Miklos Seredi" LICENSE="GNU GPL v2" REVISION="1" SOURCE_URI="https://github.com/libfuse/sshfs/archive/sshfs-$portVersion.tar.gz" -CHECKSUM_SHA256="8ab824024104508d90b9e10292b2c27a34a248aca6712593e5695cfbae20f633" +CHECKSUM_SHA256="6af13acda03a4632e3deb559ecc3f35881cb92e16098049a7ba4cc502650ab18" SOURCE_DIR="sshfs-sshfs-$portVersion" PATCHES="sshfs-$portVersion.patch"