[arch-commits] Commit in arm-none-eabi-gcc/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon May 27 20:28:08 UTC 2019


    Date: Monday, May 27, 2019 @ 20:28:05
  Author: arojas
Revision: 471985

https

Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-27 20:27:34 UTC (rev 471984)
+++ PKGBUILD	2019-05-27 20:28:05 UTC (rev 471985)
@@ -9,7 +9,7 @@
 #_snapshot=8-20180427
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target'
 arch=(x86_64)
-url='http://gcc.gnu.org/'
+url='https://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
-	http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
+	https://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
 sha256sums=('79a66834e96a6050d8fe78db2c3b32fb285b230b855d0a66288235bc04b327a0'
             'SKIP'
-            'd18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859')
+            '939f524d62ea7738c505aee4cb355107c57c3cc748fa90af2092cf9925687839')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek <jakub at redhat.com>
 
 if [ -n "$_snapshot" ]; then



More information about the arch-commits mailing list