distro: check: Fix source URL.
* distro/packages/check.scm (check): Fix source URI.
This commit is contained in:
parent
727afa3be8
commit
9282e25962
|
@ -30,15 +30,14 @@
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/check/"
|
(uri (string-append "mirror://sourceforge/check/check/"
|
||||||
version "/check-" version ".tar.gz"))
|
version "/check-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jcahzrvxcnp5chdn2x46l0y4aba8d8yd70lljfin7h5knxrlyhs"))))
|
"1jcahzrvxcnp5chdn2x46l0y4aba8d8yd70lljfin7h5knxrlyhs"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://check.sourceforge.net/")
|
(home-page "http://check.sourceforge.net/")
|
||||||
(synopsis
|
(synopsis "Check, a unit testing framework for C")
|
||||||
"Check, a unit testing framework for C")
|
|
||||||
(description
|
(description
|
||||||
"Check is a unit testing framework for C. It features a simple
|
"Check is a unit testing framework for C. It features a simple
|
||||||
interface for defining unit tests, putting little in the way of the
|
interface for defining unit tests, putting little in the way of the
|
||||||
|
|
Loading…
Reference in New Issue