[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] $nick r11017: update boost to 1_87_0
From: |
carlhansen |
Subject: |
[Gsrc-commit] $nick r11017: update boost to 1_87_0 |
Date: |
Wed, 22 Jan 2025 23:02:00 -0800 |
User-agent: |
mail (GNU Mailutils 3.18) |
------------------------------------------------------------
revno: 11017
revision-id: carlhansen@gnu.org-20250123070125-1dky9y80n3nhsh0c
parent: carlhansen@gnu.org-20250123055919-4yzovqr4b14k8w8x
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Thu 2025-01-23 07:01:25 +0000
message:
update boost to 1_87_0
=== modified file 'pkg/other/boost/Makefile'
--- a/pkg/other/boost/Makefile 2024-12-20 07:52:56 +0000
+++ b/pkg/other/boost/Makefile 2025-01-23 07:01:25 +0000
@@ -37,13 +37,11 @@
######################################################################
-# https://archives.boost.io/beta/1.87.0.beta1/source/boost_1_87_0_b1.tar.bz2
-#
https://boostorg.jfrog.io/artifactory/main/release/1.87.0/source/boost_1_87_0.tar.bz2
-MASTER_SITES = https://boostorg.jfrog.io/
+# https://archives.boost.io/release/1.87.0/source/boost_1_87_0.tar.bz2
+MASTER_SITES = https://archives.boost.io/
# fixed: . vs _
GARVERSIONDOT:= $(subst _,.,$(GARSHORT))
-#betaMASTER_SUBDIR = beta/$(GARVERSIONDOT)/source/
-MASTER_SUBDIR = artifactory/main/release/1.87.0/source/
+MASTER_SUBDIR = release/$(GARVERSIONDOT)/source/
DISTFILES = $(GARNAME)_$(GARVERSION).tar.bz2
$(GARNAME)_$(GARVERSION).tar.bz2.json
SIGFILES =
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] $nick r11017: update boost to 1_87_0,
carlhansen <=