[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10062: update boost to 1_85_0_b1
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10062: update boost to 1_85_0_b1 |
Date: |
Mon, 18 Mar 2024 19:05:52 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10062
revision-id: carlhansen@gnu.org-20240318230548-q4et42fzjuont0os
parent: carlhansen@gnu.org-20240318212956-a8royej341chntjw
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Mon 2024-03-18 23:05:48 +0000
message:
update boost to 1_85_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 2023-12-18 05:22:42 +0000
+++ b/pkg/other/boost/Makefile 2024-03-18 23:05:48 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2016-2023 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2016-2024 Carl Hansen <carlhansen@gnu.org>
#
# This file is part of GSRC, the GNU Source Release Collection.
# http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
NAME = boost
GARNAME = boost
-GARVERSION = 1_84_0
+GARVERSION = 1_85_0_b1
HOME_URL = http://www.boost.org
DESCRIPTION = Peer-reviewed portable C++ source libraries.
define BLURB
@@ -42,14 +42,12 @@
MASTER_SITES = https://boostorg.jfrog.io/
# fixed: . vs _
GARVERSIONDOT:= $(subst _,.,$(GARVERSION))
-MASTER_SUBDIR = artifactory/main/release/$(GARVERSIONDOT)/source/
-#MASTER_SUBDIR = artifactory/main/beta/1.84.0.beta1/source/
+#MASTER_SUBDIR = artifactory/main/release/$(GARVERSIONDOT)/source/
+MASTER_SUBDIR = artifactory/main/beta/1.85.0.beta1/source/
DISTFILES = $(GARNAME)_$(GARVERSION).tar.bz2
$(GARNAME)_$(GARVERSION).tar.bz2.json
-#ad hoc:
-#DISTFILES = $(GARNAME)_1_84_0_b1.tar.bz2
SIGFILES =
-WORKSRC = $(WORKDIR)/$(GARNAME)_1_84_0
+WORKSRC = $(WORKDIR)/$(GARNAME)_1_85_0
WORKOBJ = $(WORKSRC)
CONFIGURE_SCRIPTS =
=== modified file 'pkg/other/boost/sha256sums'
--- a/pkg/other/boost/sha256sums 2023-12-18 05:22:42 +0000
+++ b/pkg/other/boost/sha256sums 2024-03-18 23:05:48 +0000
@@ -1,2 +1,2 @@
-cc4b893acf645c9d4b698e9a0f08ca8846aa5d6c68275c14c3e7949c24109454
download/boost_1_84_0.tar.bz2
-a4c3ed48fc278ff6a0a23d1d4e613e39fdb6204d68c1a0d612c9e6e20dcd1732
download/boost_1_84_0.tar.bz2.json
+cf7449faedeac9b76bade8ee59007cc4456a14de375dfcbd9e6e38aabe8a1334
download/boost_1_85_0_b1.tar.bz2
+d472e9e870630d667bcfb97ea73501f867f08a1647c42b5d80020757018b53f6
download/boost_1_85_0_b1.tar.bz2.json
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10062: update boost to 1_85_0_b1,
Carl Hansen <=