update some packages
This commit is contained in:
parent
d775c987b4
commit
bdef812329
6 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
wget https://github.com/Kitware/CMake/releases/download/v3.21.0-rc2/cmake-3.21.0-rc2.tar.gz
|
||||
tar -xf cmake-3.21.0-rc2.tar.gz
|
||||
cd cmake-3.21.0-rc2.tar.gz
|
||||
wget https://github.com/Kitware/CMake/releases/download/v3.21.1/cmake-3.21.1.tar.gz
|
||||
tar -xf cmake-3.21.1.tar.gz
|
||||
cd cmake-3.21.1.tar.gz
|
||||
|
||||
./bootstrap
|
||||
make
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
wget -O gcc-11.1.0.tar.gz https://gcc.gnu.org/pub/gcc/releases/gcc-11.1.0/gcc-11.1.0.tar.xz
|
||||
tar -xf gcc-11.1.0.tar.gz
|
||||
cd gcc-11.1.0
|
||||
wget -O gcc-11.1.2.tar.gz https://gcc.gnu.org/pub/gcc/releases/gcc-11.1.2/gcc-11.1.2.tar.xz
|
||||
tar -xf gcc-11.1.2.tar.gz
|
||||
cd gcc-11.1.2
|
||||
|
||||
wget https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz
|
||||
tar -xf gmp-6.2.1.tar.xz gmp
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pkg_config_deploy="true"
|
||||
pkg_config_ver="11.1.0"
|
||||
pkg_config_ver="11.1.2"
|
||||
pkg_config_name="gcc"
|
||||
pkg_config_makedepends=""
|
||||
pkg_config_depends=""
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz
|
||||
tar -xf git-2.9.5.tar.xz
|
||||
cd git-2.9.5
|
||||
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.33.0.tar.xz
|
||||
tar -xf git-2.33.0.tar.xz
|
||||
cd git-2.33.0
|
||||
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
wget https://www.openssl.org/source/openssl-3.0.0-beta1.tar.gz
|
||||
tar -xf openssl-3.0.0-beta1.tar.gz
|
||||
cd openssl-3.0.0-beta1
|
||||
wget https://www.openssl.org/source/openssl-3.0.0-beta2.tar.gz
|
||||
tar -xf openssl-3.0.0-beta2.tar.gz
|
||||
cd openssl-3.0.0-beta2
|
||||
chmod +x ./config
|
||||
./config --prefix="/usr"
|
||||
make
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
pkg_config_deploy=true
|
||||
pkg_config_ver="3.0.0-beta"
|
||||
pkg_config_ver="3.0.0-beta2"
|
||||
pkg_config_name="openssl"
|
||||
pkg_config_makedepends=""
|
||||
pkg_config_depends=""
|
||||
|
|
Loading…
Reference in a new issue