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

Antonio Rojas arojas at archlinux.org
Mon Sep 16 16:57:20 UTC 2019


    Date: Monday, September 16, 2019 @ 16:57:18
  Author: arojas
Revision: 510896

https

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-16 16:56:29 UTC (rev 510895)
+++ PKGBUILD	2019-09-16 16:57:18 UTC (rev 510896)
@@ -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=('ea6ef08f121239da5695f76c9b33637a118dcf63e24164422231917fa61fb206'
             'SKIP'
-            'd18ca11f8ad1a39ab6d03d3dcb3365ab416720fcb65b42d69f34f51bf0a0e859')
+            '939f524d62ea7738c505aee4cb355107c57c3cc748fa90af2092cf9925687839')
 validpgpkeys=(33C235A34C46AA3FFB293709A328C3A2C3C45C06) # Jakub Jelinek <jakub at redhat.com>
 
 if [ -n "$_snapshot" ]; then



More information about the arch-commits mailing list