gnu: sshfs-fuse: Update source URL.
* gnu/packages/linux.scm (sshfs-fuse)[source]: Update URL.
This commit is contained in:
parent
b7e7d1b9d3
commit
6959a13271
|
@ -1374,8 +1374,11 @@ UnionFS-FUSE additionally supports copy-on-write.")
|
||||||
(version "2.5")
|
(version "2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/fuse/sshfs-fuse-"
|
(uri (let ((version-with-underscores
|
||||||
version ".tar.gz"))
|
(string-join (string-split version #\.) "_")))
|
||||||
|
(string-append "https://github.com/libfuse/sshfs/releases/"
|
||||||
|
"download/sshfs_" version-with-underscores
|
||||||
|
"/sshfs-fuse-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gp6qr33l2p0964j0kds0dfmvyyf5lpgsn11daf0n5fhwm9185z9"))))
|
"0gp6qr33l2p0964j0kds0dfmvyyf5lpgsn11daf0n5fhwm9185z9"))))
|
||||||
|
|
Loading…
Reference in New Issue