update some packages

This commit is contained in:
Ohio2 2021-08-25 13:58:56 +02:00
parent d775c987b4
commit bdef812329
6 changed files with 14 additions and 14 deletions

View file

@ -1,6 +1,6 @@
wget https://github.com/Kitware/CMake/releases/download/v3.21.0-rc2/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.0-rc2.tar.gz tar -xf cmake-3.21.1.tar.gz
cd cmake-3.21.0-rc2.tar.gz cd cmake-3.21.1.tar.gz
./bootstrap ./bootstrap
make make

View file

@ -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 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.0.tar.gz tar -xf gcc-11.1.2.tar.gz
cd gcc-11.1.0 cd gcc-11.1.2
wget https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz wget https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz
tar -xf gmp-6.2.1.tar.xz gmp tar -xf gmp-6.2.1.tar.xz gmp

View file

@ -1,5 +1,5 @@
pkg_config_deploy="true" pkg_config_deploy="true"
pkg_config_ver="11.1.0" pkg_config_ver="11.1.2"
pkg_config_name="gcc" pkg_config_name="gcc"
pkg_config_makedepends="" pkg_config_makedepends=""
pkg_config_depends="" pkg_config_depends=""

View file

@ -1,6 +1,6 @@
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.33.0.tar.xz
tar -xf git-2.9.5.tar.xz tar -xf git-2.33.0.tar.xz
cd git-2.9.5 cd git-2.33.0
./configure --prefix=/usr ./configure --prefix=/usr
make make

View file

@ -1,6 +1,6 @@
wget https://www.openssl.org/source/openssl-3.0.0-beta1.tar.gz wget https://www.openssl.org/source/openssl-3.0.0-beta2.tar.gz
tar -xf openssl-3.0.0-beta1.tar.gz tar -xf openssl-3.0.0-beta2.tar.gz
cd openssl-3.0.0-beta1 cd openssl-3.0.0-beta2
chmod +x ./config chmod +x ./config
./config --prefix="/usr" ./config --prefix="/usr"
make make

View file

@ -1,5 +1,5 @@
pkg_config_deploy=true pkg_config_deploy=true
pkg_config_ver="3.0.0-beta" pkg_config_ver="3.0.0-beta2"
pkg_config_name="openssl" pkg_config_name="openssl"
pkg_config_makedepends="" pkg_config_makedepends=""
pkg_config_depends="" pkg_config_depends=""