[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10929: update boost to 1_87_0
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10929: update boost to 1_87_0 |
Date: |
Fri, 20 Dec 2024 02:53:04 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10929
revision-id: carlhansen@gnu.org-20241220075256-jgjkg0ip48alkpz0
parent: carlhansen@gnu.org-20241220023504-co28ul9x7b3qzhzi
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Fri 2024-12-20 07:52:56 +0000
message:
update boost to 1_87_0
modified:
pkg/other/boost/Makefile makefile-20170608043614-zqx6plyn4p8cg7w0-3
pkg/other/boost/sha256sums sha256sums-20170608043614-zqx6plyn4p8cg7w0-4
=== modified file 'pkg/other/boost/Makefile'
--- a/pkg/other/boost/Makefile 2024-11-30 15:11:30 +0000
+++ b/pkg/other/boost/Makefile 2024-12-20 07:52:56 +0000
@@ -21,7 +21,7 @@
NAME = boost
GARNAME = boost
-GARVERSION = 1_87_0_b1
+GARVERSION = 1_87_0
GARSHORT = 1_87_0
HOME_URL = http://www.boost.org
DESCRIPTION = Peer-reviewed portable C++ source libraries.
@@ -37,14 +37,13 @@
######################################################################
-#
https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.7z
-#
https://boostorg.jfrog.io/artifactory/main/beta/1.84.0.beta1/source/boost_1_84_0_b1.tar.bz2
# https://archives.boost.io/beta/1.87.0.beta1/source/boost_1_87_0_b1.tar.bz2
-MASTER_SITES = https://archives.boost.io/
+#
https://boostorg.jfrog.io/artifactory/main/release/1.87.0/source/boost_1_87_0.tar.bz2
+MASTER_SITES = https://boostorg.jfrog.io/
# fixed: . vs _
-GARVERSIONDOT:= $(subst _,.,$(GARSHORT)_beta1)
-MASTER_SUBDIR = beta/$(GARVERSIONDOT)/source/
-#betas MASTER_SUBDIR = artifactory/main/beta/1.86.0.beta1/source/
+GARVERSIONDOT:= $(subst _,.,$(GARSHORT))
+#betaMASTER_SUBDIR = beta/$(GARVERSIONDOT)/source/
+MASTER_SUBDIR = artifactory/main/release/1.87.0/source/
DISTFILES = $(GARNAME)_$(GARVERSION).tar.bz2
$(GARNAME)_$(GARVERSION).tar.bz2.json
SIGFILES =
=== modified file 'pkg/other/boost/sha256sums'
--- a/pkg/other/boost/sha256sums 2024-11-30 15:11:30 +0000
+++ b/pkg/other/boost/sha256sums 2024-12-20 07:52:56 +0000
@@ -1,2 +1,2 @@
-2e7cdf358526e8937b36b93fc96c501b8d6a0c8436e95e65440de31c48ec3086
download/boost_1_87_0_b1.tar.bz2
-4f452d81f91fc20083c264262c41199786fb381e8b370940d42b61ab7675f837
download/boost_1_87_0_b1.tar.bz2.json
+af57be25cb4c4f4b413ed692fe378affb4352ea50fbe294a11ef548f4d527d89
download/boost_1_87_0.tar.bz2
+592fa5125ee802ee95d5be27afcde596ad0307712daa599059d46f319957911a
download/boost_1_87_0.tar.bz2.json
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10929: update boost to 1_87_0,
Carl Hansen <=