Date: Monday, July 15, 2019 @ 19:48:18 Author: eschwartz Revision: 489881
Revert r471985: the isl website does not support https The changing checksum indicates that what is actually downloaded is an html page -- due to a redirect to the http-only frontpage. Modified: arm-none-eabi-gcc/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-15 18:10:39 UTC (rev 489880) +++ PKGBUILD 2019-07-15 19:48:18 UTC (rev 489881) @@ -9,7 +9,7 @@ #_snapshot=8-20180427 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target' arch=(x86_64) -url='https://gcc.gnu.org/' +url='http://gcc.gnu.org/' license=(GPL LGPL FDL) depends=($_target-binutils zlib libmpc) makedepends=(gmp mpfr $_target-newlib) @@ -17,10 +17,10 @@ options=(!emptydirs !strip) source=(https://ftp.gnu.org/gnu/gcc/gcc-$pkgver/gcc-$pkgver.tar.xz{,.sig} #ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz - https://isl.gforge.inria.fr/isl-$_islver.tar.bz2) + http://isl.gforge.inria.fr/isl-$_islver.tar.bz2) sha256sums=('79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0' 'SKIP' - '939f524d62ea7738c505aee4cb355107c57c3cc748fa90af2092cf9925687839') + 'd18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859') validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek <ja...@redhat.com> if [ -n "$_snapshot" ]; then