update to 12.3: gcc

This commit is contained in:
2025-03-19 23:48:27 -04:00
parent fe6cf0a11e
commit dfb7d1cb57

View File

@@ -1,6 +1,6 @@
pkgname="gcc" pkgname="gcc"
pkgver="14.2.0" pkgver="14.2.0"
pkgdesc="" pkgdesc="The GNU Compiler Collection"
homepage="https://gcc.gnu.org" homepage="https://gcc.gnu.org"
sources=("${pkgname}-${pkgver}.tar.xz") sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://ftp.gnu.org/gnu/gcc/${pkgname}-${pkgver}/${sources[0]}") urls=("https://ftp.gnu.org/gnu/gcc/${pkgname}-${pkgver}/${sources[0]}")