summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d5fa1cfc062..8400be3aaa0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 14 15:35:34 UTC 2016
+# Sun Mar 5 16:29:36 UTC 2017
pkgbase = mspgcc-ti
pkgdesc = GNU toolchain (as, gcc, g++, ld, gdb) for the TI MSP430 processor
- pkgver = 4.00.01.00
- pkgrel = 2
+ pkgver = 5.00.00.00
+ pkgrel = 1
url = http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/index_FDS.html
install = mspgcc-ti.install
arch = i686
@@ -14,7 +14,7 @@ pkgbase = mspgcc-ti
options = !libtool
options = staticlibs
options = !upx
- source = http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/4_00_01_00/exports/msp430-gcc-full-linux-installer-4.0.1.0.run
+ source = http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/5_00_00_00/exports/msp430-gcc-full-linux-installer-5.0.0.25.run
source = mspgcc-ti.sh
sha1sums = 04f8b95f3908978b9f048f7ef2d05d410ba59774
sha1sums = a4a81f1b041bf39c3f9c75d94c22d149d1ceee9e
diff --git a/PKGBUILD b/PKGBUILD
index 1029d2daf70d..7ffb8a68ea45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Peter Ivanov <ivanovp@gmail.com>
pkgname=mspgcc-ti
-pkgver=4.00.01.00
-pkgrel=2
+pkgver=5.00.00.00
+pkgrel=1
pkgdesc="GNU toolchain (as, gcc, g++, ld, gdb) for the TI MSP430 processor"
arch=('i686' 'x86_64')
url="http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/index_FDS.html"
@@ -12,8 +12,8 @@ depends_x86_64=('elfutils' 'libmpc' 'zlib' 'lib32-gcc-libs' 'lib32-glibc' 'lib32
options=(!strip !emptydirs !libtool staticlibs !upx)
PKGEXT=".pkg.tar"
install=mspgcc-ti.install
-_installer=msp430-gcc-full-linux-installer-4.0.1.0.run
-source=("http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/4_00_01_00/exports/$_installer" "${pkgname}.sh")
+_installer=msp430-gcc-full-linux-installer-5.0.0.25.run
+source=("http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/5_00_00_00/exports/$_installer" "${pkgname}.sh")
sha1sums=('04f8b95f3908978b9f048f7ef2d05d410ba59774'
'a4a81f1b041bf39c3f9c75d94c22d149d1ceee9e')
_install_dir=/opt/ti/mspgcc