[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: boost: Migrate uri from bintray.
From: |
guix-commits |
Subject: |
02/03: gnu: boost: Migrate uri from bintray. |
Date: |
Tue, 11 May 2021 06:50:44 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 74f83a1dee2f82fe4a8f09054e6fd74f673f6725
Author: Greg Hogan <code@greghogan.com>
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 <ludo@gnu.org>
---
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 <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