From 53c9c57ad1b2296e26fa3a393033385ffc16d647 Mon Sep 17 00:00:00 2001 From: Vadzim Dambrouski Date: Thu, 2 Mar 2017 12:22:58 +0300 Subject: [PATCH] New URL --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0eeaf18..9ce489d 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Fri Feb 24 20:05:19 UTC 2017 +# Thu Mar 2 09:21:16 UTC 2017 pkgbase = gcc-arm-none-eabi-bin pkgdesc = GNU Tools ARM Embedded Processors (binary distribution, includes newlib, does NOT include GDB) pkgver = 6_2017_q1_update @@ -19,7 +19,7 @@ pkgbase = gcc-arm-none-eabi-bin conflicts = arm-none-eabi-newlib options = !strip options = staticlibs - source = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/6-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2 + source = https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2 sha256sums = e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb pkgname = gcc-arm-none-eabi-bin diff --git a/PKGBUILD b/PKGBUILD index 31fee03..29f23eb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -21,7 +21,7 @@ conflicts=('gcc-arm-none-eabi' 'arm-none-eabi-newlib' ) url="https://developer.arm.com/open-source/gnu-toolchain/gnu-rm" -source=("https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/6-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2") +source=("https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2") license=('custom') options=(!strip staticlibs) sha256sums=('e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb')