Skip to content

Commit 4680925

Browse files
Merge pull request #3030 from patrickbrophy/fix-issue-3029
Bump version of xrootd-s3-http to v0.6.2
2 parents adab6bb + 702a15f commit 4680925

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

github_scripts/osx_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ sudo mkdir -p "$xrootd_libdir"
9090
sudo ln -s "$PWD/release_dir/lib/libXrdHttpPelican-5.so" "$xrootd_libdir"
9191
popd
9292

93-
git clone --recurse-submodules --branch v0.6.1 https://github.com/PelicanPlatform/xrootd-s3-http.git
93+
git clone --recurse-submodules --branch v0.6.2 https://github.com/PelicanPlatform/xrootd-s3-http.git
9494
pushd xrootd-s3-http
9595
mkdir build
9696
cd build

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ ARG XRDCL_PELICAN_VER=1.5.6
7474
ARG XROOTD_LOTMAN_SRC_BUILD=false
7575
ARG XROOTD_LOTMAN_VER=0.0.5
7676
ARG XROOTD_S3_HTTP_SRC_BUILD=true
77-
ARG XROOTD_S3_HTTP_VER=0.6.0
77+
ARG XROOTD_S3_HTTP_VER=0.6.2
7878
# Installed from Koji if not building it from source.
7979
ARG XRDHTTP_PELICAN_SRC_BUILD=false
8080
ARG XRDHTTP_PELICAN_VER=0.0.10

0 commit comments

Comments
 (0)