mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Use eaf46c0207df24853a238d4499e7f4426d9d234c instead of 0.3 for CxxUrl
This commit is contained in:
@@ -130,13 +130,12 @@ commonprep () {
|
||||
fi
|
||||
fi
|
||||
|
||||
CxxUrlVER="0.3"
|
||||
CxxUrlVER="eaf46c0207df24853a238d4499e7f4426d9d234c"
|
||||
if [ -e "build/CxxUrl-${CxxUrlVER}.tar.gz" ]; then
|
||||
echo "Found existing CxxUrl tarball..."
|
||||
else
|
||||
echo "Retrieving CxxUrl ${CxxUrlVER} submodule..."
|
||||
# The dir that results from untar doesn't have the v
|
||||
curl -L https://github.com/chmike/CxxUrl/archive/refs/tags/v${CxxUrlVER}.tar.gz > build/CxxUrl-${CxxUrlVER}.tar.gz
|
||||
curl -L https://github.com/chmike/CxxUrl/archive/${CxxUrlVER}.tar.gz > build/CxxUrl-${CxxUrlVER}.tar.gz
|
||||
if [ $? -ne 0 ]; then
|
||||
echo "ERROR: CxxUrl tarball retrieval failed..."
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user