guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]