Skip to content

Commit

Permalink
gcc: try latest available snapshot
Browse files Browse the repository at this point in the history
... to see if it contains a fix for #8320
  • Loading branch information
Oscar Fuentes committed Jul 3, 2021
1 parent 61c84ff commit 23e0e92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-gcc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-${_realname}"
#checkdepends=('dejagnu')
optdepends=()
options=('staticlibs' '!emptydirs') # '!strip' 'debug')
source=("https://ftp.gnu.org/gnu/gcc/${_realname}-${pkgver%%+*}/${_realname}-${pkgver}.tar.xz"{,.sig}
source=("https://gcc.gnu.org/pub/gcc/snapshots/11-20210626/gcc-11-20210626.tar.xz"
#https://www.mirrorservice.org/sites/sourceware.org/pub/gcc/snapshots/${_majorver}-${_snapshot}/gcc-${_majorver}-${_snapshot}.tar.xz
"gdbinit"
0002-Relocate-libintl.patch
Expand All @@ -77,7 +77,7 @@ source=("https://ftp.gnu.org/gnu/gcc/${_realname}-${pkgver%%+*}/${_realname}-${p
0160-libbacktrace-seh.patch
0200-ms_printf-improvements.patch
0203-backport-longjmp-fix.patch)
sha256sums=('64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344'
sha256sums=('SKIP'
'SKIP'
'bce81824fc89e5e62cca350de4c17a27e27a18a1a1ad5ca3492aec1fc5af3234'
'1247e81571c908548b4d9aaa3df1ad8fd73aad7b81e7eafea12d53bbada70e94'
Expand Down

0 comments on commit 23e0e92

Please sign in to comment.