diff --git a/cmake/build b/cmake/build index 1c924ad..efd5ba5 100755 --- a/cmake/build +++ b/cmake/build @@ -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 diff --git a/gcc/build b/gcc/build index b13858a..5baa8e2 100755 --- a/gcc/build +++ b/gcc/build @@ -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 diff --git a/gcc/package b/gcc/package index 64ce766..1990505 100755 --- a/gcc/package +++ b/gcc/package @@ -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="" diff --git a/git/build b/git/build index 29eff2c..104808e 100755 --- a/git/build +++ b/git/build @@ -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 diff --git a/openssl/build b/openssl/build index 58b6a71..1aa7241 100755 --- a/openssl/build +++ b/openssl/build @@ -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 diff --git a/openssl/package b/openssl/package index ddd6e9b..8fd4406 100755 --- a/openssl/package +++ b/openssl/package @@ -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=""