gnu: catcodec: Use HTTPS home page URI.

* gnu/packages/game-development.scm (catcodec)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2020-05-27 01:47:31 +02:00
parent f41f882272
commit 2798d5b584
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -256,15 +256,14 @@ necessary.
(uri (string-append "https://binaries.openttd.org/extra/catcodec/" (uri (string-append "https://binaries.openttd.org/extra/catcodec/"
version "/catcodec-" version "-source.tar.xz")) version "/catcodec-" version "-source.tar.xz"))
(sha256 (sha256
(base32 (base32 "1qg0c2i4p29sxj0q6qp2jynlrzm5pphz2xhcjqlxa69ycrnlxzs7"))))
"1qg0c2i4p29sxj0q6qp2jynlrzm5pphz2xhcjqlxa69ycrnlxzs7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests
#:make-flags (list (string-append "prefix=" %output)) #:make-flags (list (string-append "prefix=" %output))
#:phases (modify-phases %standard-phases #:phases (modify-phases %standard-phases
(delete 'configure)))) (delete 'configure))))
(home-page "http://dev.openttdcoop.org/projects/catcodec") (home-page "https://dev.openttdcoop.org/projects/catcodec")
(synopsis "Encode/decode OpenTTD sounds") (synopsis "Encode/decode OpenTTD sounds")
(description "catcodec encodes and decodes sounds for OpenTTD. These (description "catcodec encodes and decodes sounds for OpenTTD. These
sounds are not much more than some metadata (description and filename) and raw sounds are not much more than some metadata (description and filename) and raw