Skip to content
Snippets Groups Projects
Unverified Commit 786e0073 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: libfilezilla: Don't use NAME in source URI.

* gnu/packages/ftp.scm (libfilezilla)[source]: Hard-code NAME.
parent 7d4cbd99
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
;;; Copyright © 2014, 2015, 2018 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
;;;
;;; This file is part of GNU Guix.
......@@ -175,7 +175,7 @@ (define-public libfilezilla
(origin
(method url-fetch)
(uri (string-append "https://download.filezilla-project.org/"
name "/" name "-" version ".tar.bz2"))
"libfilezilla/libfilezilla-" version ".tar.bz2"))
(sha256
(base32
"17zlhw5b1a7jzh50cbpy2is3sps5lnzch5yf9qm7mwrviw9c8j10"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment