Skip to content

Commit

Permalink
update installers for axel 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jun 20, 2016
1 parent 3923dd8 commit e434a19
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 14 deletions.
3 changes: 2 additions & 1 deletion installer-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://gitlab.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -336,6 +336,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer-latest-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://gitlab.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://github.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer-minimal-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://gitlab.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer-minimal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://github.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer-ngxpagespeed-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://gitlab.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer-ngxpagespeed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://github.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://github.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer55-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://gitlab.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer55.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://github.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer56-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://gitlab.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer56.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://github.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer7-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://gitlab.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down
3 changes: 2 additions & 1 deletion installer7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMGIT='https://github.com/centminmod/centminmod.git'
#####################################################
# wget renamed github
AXEL='n'
AXEL_VER='2.6'
AXEL_VER='2.11'
AXEK_LINKFILE="axel-${AXEL_VER}.tar.gz"
AXEK_LINK="https://github.com/eribertomota/axel/archive/${AXEL_VER}.tar.gz"
AXEK_LINKLOCAL="https://centminmod.com/centminmodparts/axel/${AXEL_VER}.tar.gz"
Expand Down Expand Up @@ -334,6 +334,7 @@ install_axel() {
fi

cd axel-${AXEL_VER}
./autogen.sh
./configure
make
make install
Expand Down

0 comments on commit e434a19

Please sign in to comment.