diff options
author | Greg Hogan <code@greghogan.com> | 2021-05-06 14:06:00 +0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-05-11 12:49:53 +0200 |
commit | 74f83a1dee2f82fe4a8f09054e6fd74f673f6725 (patch) | |
tree | 2f782e393811bd4007a5722fc7c3512ecb849c70 /gnu/packages/boost.scm | |
parent | da28efef36af8925bcd9e40a81cbf552cf8c2d02 (diff) | |
download | guix-74f83a1dee2f82fe4a8f09054e6fd74f673f6725.tar.gz |
gnu: boost: Migrate uri from bintray.
* gnu/packages/boost.scm (boost)[source]: Download from jfrog. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/boost.scm')
-rw-r--r-- | gnu/packages/boost.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/boost.scm b/gnu/packages/boost.scm index a59bb01f3d..8a3df1d81a 100644 --- a/gnu/packages/boost.scm +++ b/gnu/packages/boost.scm @@ -15,6 +15,7 @@ ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de> ;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr> +;;; Copyright © 2021 Greg Hogan <code@greghogan.com> ;;; ;;; 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 |