Skip to content

Commit 747bbd8

Browse files
authored
Merge pull request #184 from mm318/master
update log4cplus sources from sourceforge to github
2 parents 31b15cc + 3ae7946 commit 747bbd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

kinesis-video-native-build/install-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ if [ ! -f $DOWNLOADS/local/lib/liblog4cplus.dylib ]; then
210210
echo "log4cplus lib not found. Installing"
211211
if [ ! -f $DOWNLOADS/log4cplus-1.2.0.tar.xz ]; then
212212
cd $DOWNLOADS
213-
$SYS_CURL -L $addl_curl_args "http://sourceforge.net/projects/log4cplus/files/log4cplus-stable/1.2.0/log4cplus-1.2.0.tar.xz" -o "log4cplus-1.2.0.tar.xz"
213+
$SYS_CURL -L $addl_curl_args "https://github.com/log4cplus/log4cplus/releases/download/REL_1_2_0/log4cplus-1.2.0.tar.xz" -o "log4cplus-1.2.0.tar.xz"
214214
fi
215215
cd $DOWNLOADS
216216
tar -xvf log4cplus-1.2.0.tar.xz

kinesis-video-native-build/min-install-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if [ ! -f $DOWNLOADS/local/lib/liblog4cplus.dylib ]; then
5050
echo "log4cplus lib not found. Installing"
5151
if [ ! -f $DOWNLOADS/log4cplus-1.2.0.tar.xz ]; then
5252
cd $DOWNLOADS
53-
curl -L "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/1.2.0/log4cplus-1.2.0.tar.xz" -o "log4cplus-1.2.0.tar.xz"
53+
curl -L "https://github.com/log4cplus/log4cplus/releases/download/REL_1_2_0/log4cplus-1.2.0.tar.xz" -o "log4cplus-1.2.0.tar.xz"
5454
fi
5555
cd $DOWNLOADS
5656
tar -xvf log4cplus-1.2.0.tar.xz

kinesis-video-native-build/msys2-install-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ if [ ! -f ${MINGW_PREFIX}/lib/liblog4cplus.dll.a ]; then
140140
echo "log4cplus lib not found. Installing"
141141
if [ ! -f $DOWNLOADS/log4cplus-1.2.0.tar.xz ]; then
142142
cd $DOWNLOADS
143-
curl -L "https://sourceforge.net/projects/log4cplus/files/log4cplus-stable/1.2.0/log4cplus-1.2.0.tar.xz" -o "log4cplus-1.2.0.tar.xz"
143+
curl -L "https://github.com/log4cplus/log4cplus/releases/download/REL_1_2_0/log4cplus-1.2.0.tar.xz" -o "log4cplus-1.2.0.tar.xz"
144144
fi
145145
cd $DOWNLOADS
146146
tar -xvf log4cplus-1.2.0.tar.xz

0 commit comments

Comments
 (0)