[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/17: gnu: jack@0.125.0: Update URIs.
From: |
guix-commits |
Subject: |
10/17: gnu: jack@0.125.0: Update URIs. |
Date: |
Thu, 16 Jul 2020 14:13:32 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2ae03bf6319bc2f8b9c6b8c247f4b620e809d9b1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 16 18:47:31 2020 +0200
gnu: jack@0.125.0: Update URIs.
gnu/packages/audio.scm (jack-1)[source]: Use a working mirror.
[home-page]: Use HTTPS.
---
gnu/packages/audio.scm | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 573731e..22fd7d9 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -1690,15 +1690,16 @@ especially for creating reverb effects. It supports
impulse responses with 1,
(package
(name "jack")
(version "0.125.0")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "http://jackaudio.org/downloads/jack-audio-connection-kit-"
- version
- ".tar.gz"))
- (sha256
- (base32
- "0i6l25dmfk2ji2lrakqq9icnwjxklgcjzzk65dmsff91z2zva5rm"))))
+ (source
+ (origin
+ (method url-fetch)
+ ;; jackaudio.org/downloads/jack-audio-connection-kit-0.125.0.tar.gz
+ ;; no longer exists (404). Use an unofficial mirror.
+ (uri (string-append "https://crux.ster.zone/downloads/"
+ "jack-audio-connection-kit/"
+ "jack-audio-connection-kit-" version ".tar.gz"))
+ (sha256
+ (base32 "0i6l25dmfk2ji2lrakqq9icnwjxklgcjzzk65dmsff91z2zva5rm"))))
(build-system gnu-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@@ -1718,7 +1719,7 @@ especially for creating reverb effects. It supports
impulse responses with 1,
("bdb" ,bdb)))
(native-inputs
`(("pkg-config" ,pkg-config)))
- (home-page "http://jackaudio.org/")
+ (home-page "https://jackaudio.org/")
(synopsis "JACK audio connection kit")
(description
"JACK is a low-latency audio server. It can connect a number of
- 04/17: gnu: bombadillo: Use HTTPS home page., (continued)
- 04/17: gnu: bombadillo: Use HTTPS home page., guix-commits, 2020/07/16
- 05/17: gnu: Update Haskell Wiki URIs., guix-commits, 2020/07/16
- 07/17: gnu: Use HTTPS for www.yesodweb.com., guix-commits, 2020/07/16
- 08/17: gnu: ghc-pandoc-types: Use HTTPS home page., guix-commits, 2020/07/16
- 09/17: gnu: Use HTTPS for igraph.org., guix-commits, 2020/07/16
- 11/17: gnu: Use HTTPS for biojava.org home pages., guix-commits, 2020/07/16
- 13/17: gnu: libyaml: Use HTTPS., guix-commits, 2020/07/16
- 14/17: gnu: java-xmlunit: Use HTTPS home page., guix-commits, 2020/07/16
- 17/17: guix-install.sh: Make sure /etc/profile is sourced., guix-commits, 2020/07/16
- 06/17: gnu: Use HTTPS for github.com (and subdomains) home pages., guix-commits, 2020/07/16
- 10/17: gnu: jack@0.125.0: Update URIs.,
guix-commits <=
- 12/17: gnu: Use HTTPS for mdc-berlin.de home pages., guix-commits, 2020/07/16
- 15/17: gnu: kyotocabinet: Use HTTPS., guix-commits, 2020/07/16
- 16/17: guix-install.sh: Suggest running gpg as root., guix-commits, 2020/07/16