Skip to content
Snippets Groups Projects
Commit 2ef8bbc3 authored by Leo Famulari's avatar Leo Famulari
Browse files

gnu: libcue: Update source URL.

* gnu/packages/cdrom.scm (libcue)[source]: Update URL.
parent 34da7af4
No related branches found
No related tags found
No related merge requests found
......@@ -240,8 +240,9 @@ (define-public libcue
(version "1.4.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/libcue/libcue-"
version ".tar.bz2"))
(uri (string-append "https://github.com/lipnitsk/libcue/releases"
"/download/v" version
"/libcue-" version ".tar.bz2"))
(sha256
(base32
"17kjd7rjz1bvfn44n3n2bjb7a1ywd0yc0g4sqp5ihf9b5bn7cwlb"))))
......
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