From 94d296ec0dee901aebcaa293b220e58ab4ee12ef Mon Sep 17 00:00:00 2001 From: dingchenjie Date: Fri, 21 Feb 2025 14:46:32 +0800 Subject: [PATCH] fix boost Signed-off-by: dingchenjie --- community/boost/HPKBUILD | 2 +- community/boost/README.OpenSource | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/boost/HPKBUILD b/community/boost/HPKBUILD index f2aec730..bea2c031 100644 --- a/community/boost/HPKBUILD +++ b/community/boost/HPKBUILD @@ -10,7 +10,7 @@ license=("Boost Software License") depends=() makedepends=() -source="https://boostorg.jfrog.io/artifactory/main/release/$pkgver/source/$pkgname'_1_81_0.tar.gz'" +source="https://archives.boost.io/release/${pkgver}/source/${pkgname}_1_81_0.tar.gz" autounpack=true downloadpackage=true diff --git a/community/boost/README.OpenSource b/community/boost/README.OpenSource index 215df151..63ce7951 100644 --- a/community/boost/README.OpenSource +++ b/community/boost/README.OpenSource @@ -5,7 +5,7 @@ "License File": "https://www.boost.org/LICENSE_1_0.txt", "Version Number": "1.81.0", "Owner": "xiafeng@huawei.com", - "Upstream URL": "https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.gz", + "Upstream URL": "https://archives.boost.io/release/1.81.0/source/boost_1_81_0.tar.gz", "Description": "Boost provides free peer-reviewed portable C++ source libraries." } ] -- Gitee