From 2c7676fde7c07ca0306447685668b93f177471e9 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Tue, 13 May 2025 14:22:10 -0700 Subject: [PATCH] libgccjit: fix distfiles url --- srcpkgs/libgccjit/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libgccjit/template b/srcpkgs/libgccjit/template index af99f052e73..2e649e6bd03 100644 --- a/srcpkgs/libgccjit/template +++ b/srcpkgs/libgccjit/template @@ -15,7 +15,7 @@ homepage="https://gcc.gnu.org" license="GFDL-1.2-or-later, GPL-3.0-or-later, LGPL-2.1-or-later" case "${version}" in *+*) distfiles="https://gcc.gnu.org/pub/gcc/snapshots/${version%%.*}-${version#*+}/gcc-${version%%.*}-${version#*+}.tar.xz" ;; - *) distfiles="${GNU_SITE}/gcc/gcc-${version}.tar.xz" ;; + *) distfiles="${GNU_SITE}/gcc/gcc-${version}/gcc-${version}.tar.xz" ;; esac checksum=9a84b0947d8fb18197eef3fce8e255e30a61f7f382cebb961b1705c1d99214a3 nopie=yes