[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10872: update boost to 1_87_0_b1
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10872: update boost to 1_87_0_b1 |
Date: |
Sat, 30 Nov 2024 10:11:36 -0500 (EST) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10872
revision-id: carlhansen@gnu.org-20241130151130-mte2j0bblm0zcfi3
parent: carlhansen@gnu.org-20241129210235-rgk4e7bmvf1mgjf0
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Sat 2024-11-30 15:11:30 +0000
message:
update boost to 1_87_0_b1
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-08-15 22:01:58 +0000
+++ b/pkg/other/boost/Makefile 2024-11-30 15:11:30 +0000
@@ -21,8 +21,8 @@
NAME = boost
GARNAME = boost
-GARVERSION = 1_86_0
-GARSHORT = 1_86_0
+GARVERSION = 1_87_0_b1
+GARSHORT = 1_87_0
HOME_URL = http://www.boost.org
DESCRIPTION = Peer-reviewed portable C++ source libraries.
define BLURB
@@ -39,11 +39,11 @@
######################################################################
#
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
-
-MASTER_SITES = https://boostorg.jfrog.io/
+# https://archives.boost.io/beta/1.87.0.beta1/source/boost_1_87_0_b1.tar.bz2
+MASTER_SITES = https://archives.boost.io/
# fixed: . vs _
-GARVERSIONDOT:= $(subst _,.,$(GARVERSION))
-MASTER_SUBDIR = artifactory/main/release/$(GARVERSIONDOT)/source/
+GARVERSIONDOT:= $(subst _,.,$(GARSHORT)_beta1)
+MASTER_SUBDIR = beta/$(GARVERSIONDOT)/source/
#betas MASTER_SUBDIR = artifactory/main/beta/1.86.0.beta1/source/
DISTFILES = $(GARNAME)_$(GARVERSION).tar.bz2
$(GARNAME)_$(GARVERSION).tar.bz2.json
SIGFILES =
=== modified file 'pkg/other/boost/sha256sums'
--- a/pkg/other/boost/sha256sums 2024-08-15 22:01:58 +0000
+++ b/pkg/other/boost/sha256sums 2024-11-30 15:11:30 +0000
@@ -1,2 +1,2 @@
-1bed88e40401b2cb7a1f76d4bab499e352fa4d0c5f31c0dbae64e24d34d7513b
download/boost_1_86_0.tar.bz2
-5d238628594947c5e9785d4bea94ba65f1fe8b1cfb62ea6894b183d7f8036c60
download/boost_1_86_0.tar.bz2.json
+2e7cdf358526e8937b36b93fc96c501b8d6a0c8436e95e65440de31c48ec3086
download/boost_1_87_0_b1.tar.bz2
+4f452d81f91fc20083c264262c41199786fb381e8b370940d42b61ab7675f837
download/boost_1_87_0_b1.tar.bz2.json
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10872: update boost to 1_87_0_b1,
Carl Hansen <=