mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: boost: Migrate uri from bintray.
* gnu/packages/boost.scm (boost)[source]: Download from jfrog. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
da28efef36
commit
74f83a1dee
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
||||||
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
|
||||||
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
|
||||||
;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr>
|
;;; 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.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -66,7 +67,7 @@
|
||||||
(version "1.72.0")
|
(version "1.72.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(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 "/source/boost_"
|
||||||
(version-with-underscores version) ".tar.bz2"))
|
(version-with-underscores version) ".tar.bz2"))
|
||||||
(patches
|
(patches
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue