Skip to content

Commit e224e4c

Browse files
committed
gcc: update to 15.1.0-RC-20250423
1 parent b6e09a8 commit e224e4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/lang/gcc/package.mk

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
44

55
PKG_NAME="gcc"
6-
PKG_VERSION="15.1.0-RC-20250418"
7-
PKG_SHA256="fe18624317c6c662977eea8b5a506ec6c132fc11c7a8d53e2f6d21b139b0af3c"
6+
PKG_VERSION="15.1.0-RC-20250423"
7+
PKG_SHA256="50585c01ba3b7ca6ed1bc49efe8de9bd83583a5a4f501d7238c4976ba3784b59"
88
PKG_LICENSE="GPL-2.0-or-later"
99
PKG_SITE="https://gcc.gnu.org/"
1010
PKG_URL="https://ftpmirror.gnu.org/gcc/${PKG_NAME}-${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
1111
PKG_URL="https://gcc.gnu.org/pub/gcc/snapshots/${PKG_VERSION}/gcc-${PKG_VERSION}.tar.xz"
12-
PKG_URL="https://gcc.gnu.org/pub/gcc/snapshots/15.1.0-RC-20250418/gcc-15.1.0-RC-20250418.tar.xz"
12+
PKG_URL="https://gcc.gnu.org/pub/gcc/snapshots/15.1.0-RC-20250423/gcc-15.1.0-RC-20250423.tar.xz"
1313
PKG_DEPENDS_BOOTSTRAP="ccache:host autoconf:host binutils:host gmp:host mpfr:host mpc:host zstd:host"
1414
PKG_DEPENDS_TARGET="toolchain"
1515
PKG_DEPENDS_HOST="ccache:host autoconf:host binutils:host gmp:host mpfr:host mpc:host zstd:host glibc libxcrypt"

0 commit comments

Comments
 (0)