gnu: jack@0.125.0: Update URIs.
gnu/packages/audio.scm (jack-1)[source]: Use a working mirror. [home-page]: Use HTTPS.
This commit is contained in:
parent
00a34333bb
commit
2ae03bf631
1 changed files with 11 additions and 10 deletions
|
|
@ -1690,15 +1690,16 @@ especially for creating reverb effects. It supports impulse responses with 1,
|
||||||
(package
|
(package
|
||||||
(name "jack")
|
(name "jack")
|
||||||
(version "0.125.0")
|
(version "0.125.0")
|
||||||
(source (origin
|
(source
|
||||||
(method url-fetch)
|
(origin
|
||||||
(uri (string-append
|
(method url-fetch)
|
||||||
"http://jackaudio.org/downloads/jack-audio-connection-kit-"
|
;; jackaudio.org/downloads/jack-audio-connection-kit-0.125.0.tar.gz
|
||||||
version
|
;; no longer exists (404). Use an unofficial mirror.
|
||||||
".tar.gz"))
|
(uri (string-append "https://crux.ster.zone/downloads/"
|
||||||
(sha256
|
"jack-audio-connection-kit/"
|
||||||
(base32
|
"jack-audio-connection-kit-" version ".tar.gz"))
|
||||||
"0i6l25dmfk2ji2lrakqq9icnwjxklgcjzzk65dmsff91z2zva5rm"))))
|
(sha256
|
||||||
|
(base32 "0i6l25dmfk2ji2lrakqq9icnwjxklgcjzzk65dmsff91z2zva5rm"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
@ -1718,7 +1719,7 @@ especially for creating reverb effects. It supports impulse responses with 1,
|
||||||
("bdb" ,bdb)))
|
("bdb" ,bdb)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "http://jackaudio.org/")
|
(home-page "https://jackaudio.org/")
|
||||||
(synopsis "JACK audio connection kit")
|
(synopsis "JACK audio connection kit")
|
||||||
(description
|
(description
|
||||||
"JACK is a low-latency audio server. It can connect a number of
|
"JACK is a low-latency audio server. It can connect a number of
|
||||||
|
|
|
||||||
Reference in a new issue