diff options
Diffstat (limited to 'repo')
-rw-r--r-- | repo/devel/gcc.xibuild | 2 | ||||
-rw-r--r-- | repo/devel/make.xibuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/repo/devel/gcc.xibuild b/repo/devel/gcc.xibuild index c74de26..f18b57a 100644 --- a/repo/devel/gcc.xibuild +++ b/repo/devel/gcc.xibuild @@ -3,7 +3,7 @@ MAKEDEPS=(grep make ) DEPS=(glibc) -PKG_VER=11.1.0 +PKG_VER=11.2.0 SOURCE=https://ftp.gnu.org/gnu/gcc/gcc-$PKG_VER/gcc-$PKG_VER.tar.xz DESC="The GNU Compiler Collection - C and C++ frontends" diff --git a/repo/devel/make.xibuild b/repo/devel/make.xibuild index c5ce850..36a5b05 100644 --- a/repo/devel/make.xibuild +++ b/repo/devel/make.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=() -DEPS=(glibc) +DEPS=() PKG_VER=4.3 SOURCE=https://ftp.gnu.org/gnu/make/make-$PKG_VER.tar.gz |