Commit 386c6060 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #1137 from cstrouse/update-sshfs

Update sshfs from 2.8 to 2.10
parents cf8a5cf9 7f3da36b
......@@ -3,9 +3,9 @@ require 'package'
class Sshfs < Package
description 'A network filesystem client to connect to SSH servers.'
homepage 'https://github.com/libfuse/sshfs'
version '2.8'
source_url 'https://github.com/libfuse/sshfs/releases/download/sshfs_2.8/sshfs-2.8.tar.gz'
source_sha256 '7f689174d02e6b7e2631306fda4fb8e6b4483102d1bce82b3cdafba33369ad22'
version '2.10'
source_url 'https://github.com/libfuse/sshfs/releases/download/sshfs-2.10/sshfs-2.10.tar.gz'
source_sha256 '70845dde2d70606aa207db5edfe878e266f9c193f1956dd10ba1b7e9a3c8d101'
depends_on 'glib'
depends_on 'fuse'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment