civodul pushed a commit to branch master
in repository guix.

commit 74f83a1dee2f82fe4a8f09054e6fd74f673f6725
Author: Greg Hogan <[email protected]>
AuthorDate: Thu May 6 14:06:00 2021 +0000

    gnu: boost: Migrate uri from bintray.
    
    * gnu/packages/boost.scm (boost)[source]: Download from jfrog.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/boost.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm
index a59bb01..8a3df1d 100644
--- a/gnu/packages/boost.scm
+++ b/gnu/packages/boost.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2020 Marius Bakke <[email protected]>
 ;;; Copyright © 2020 Jonathan Brielmaier <[email protected]>
 ;;; Copyright © 2021 Franck Pérignon <[email protected]>
+;;; Copyright © 2021 Greg Hogan <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -66,7 +67,7 @@
     (version "1.72.0")
     (source (origin
               (method url-fetch)
-              (uri (string-append "https://dl.bintray.com/boostorg/release/";
+              (uri (string-append 
"https://boostorg.jfrog.io/artifactory/main/release/";
                                   version "/source/boost_"
                                   (version-with-underscores version) 
".tar.bz2"))
               (patches

Reply via email to