summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2015-07-14 09:13:11 +0200
committerPeter Ivanov2015-07-14 09:13:11 +0200
commitf511a865dd049c26f643899ba6ce04f9f38f0b28 (patch)
tree12800449f7166c62cb545646db4e75c897b616a8
parent8e89ee04e7c518fb257a8f76871d92254c39b80d (diff)
downloadaur-f511a865dd049c26f643899ba6ce04f9f38f0b28.tar.gz
Updated to 3.03.04.00
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dfdaf04f078..8ea2b190884f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mspgcc-ti
pkgdesc = GNU toolchain (as, gcc, g++, ld, gdb) for the TI MSP430 processor
- pkgver = 3.02.03.00
- pkgrel = 3
+ pkgver = 3.03.04.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
@@ -15,9 +15,9 @@ pkgbase = mspgcc-ti
options = !libtool
options = staticlibs
options = !upx
- source = http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/3_02_03_00/exports/msp430-gcc-full-linux-installer-3.2.3.0.run
+ source = http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/3_03_04_00/exports/msp430-gcc-full-linux-installer-3.3.4.0.run
source = mspgcc-ti.sh
- sha1sums = 9dc0915a2c866871080c2e5134b2e5ab40f152ce
+ sha1sums = 3f5a6b7a536446fec493711c3046876543b45692
sha1sums = a4a81f1b041bf39c3f9c75d94c22d149d1ceee9e
pkgname = mspgcc-ti
diff --git a/PKGBUILD b/PKGBUILD
index 316f0b37a7ae..95bfcbfb8640 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Peter Ivanov <ivanovp@gmail.com>
pkgname=mspgcc-ti
-pkgver=3.02.03.00
-pkgrel=3
+pkgver=3.03.04.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,9 +12,9 @@ depends=('elfutils' 'libmpc' 'zlib')
options=(!strip !emptydirs !libtool staticlibs !upx)
PKGEXT=".pkg.tar"
install=mspgcc-ti.install
-_installer=msp430-gcc-full-linux-installer-3.2.3.0.run
-source=("http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/3_02_03_00/exports/$_installer" "${pkgname}.sh")
-sha1sums=('9dc0915a2c866871080c2e5134b2e5ab40f152ce'
+_installer=msp430-gcc-full-linux-installer-3.3.4.0.run
+source=("http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/3_03_04_00/exports/$_installer" "${pkgname}.sh")
+sha1sums=('3f5a6b7a536446fec493711c3046876543b45692'
'a4a81f1b041bf39c3f9c75d94c22d149d1ceee9e')
_install_dir=/opt/ti/mspgcc