diff options
| author | Eugen Wissner <belka@caraus.de> | 2023-02-20 10:49:27 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2023-02-20 10:49:27 +0100 |
| commit | a24f1b436ebc070b7c7a040ba2090d73095bd58e (patch) | |
| tree | baf46277c357d8bad7065c5590fdedb89ea44641 | |
| parent | bd84f6bbf0e05454762531c439628931c1cb4221 (diff) | |
| download | slackbuilder-a24f1b436ebc070b7c7a040ba2090d73095bd58e.tar.gz | |
gcc-latest: Updated for version 12.2.0
| -rwxr-xr-x | private/gcc-latest/gcc-latest.SlackBuild | 2 | ||||
| -rw-r--r-- | private/gcc-latest/gcc-latest.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/private/gcc-latest/gcc-latest.SlackBuild b/private/gcc-latest/gcc-latest.SlackBuild index c17271e..3f67a91 100755 --- a/private/gcc-latest/gcc-latest.SlackBuild +++ b/private/gcc-latest/gcc-latest.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gcc-latest -VERSION=${VERSION:-12.1.0} +VERSION=${VERSION:-12.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/private/gcc-latest/gcc-latest.info b/private/gcc-latest/gcc-latest.info index 33bc8d5..33d8ec4 100644 --- a/private/gcc-latest/gcc-latest.info +++ b/private/gcc-latest/gcc-latest.info @@ -1,8 +1,8 @@ PRGNAM="gcc-latest" -VERSION="12.1.0" +VERSION="12.2.0" HOMEPAGE="https://gcc.gnu.org/" -DOWNLOAD="https://ftp.gnu.org/gnu/gcc/gcc-12.1.0/gcc-12.1.0.tar.xz" -MD5SUM="ed45b55ee859ada4b25a1e76e0c4d966" +DOWNLOAD="https://ftp.gnu.org/gnu/gcc/gcc-12.2.0/gcc-12.2.0.tar.xz" +MD5SUM="73bafd0af874439dcdb9fc063b6fb069" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="%README%" |
