Created
March 18, 2018 04:38
-
-
Save tonylambiris/8a8c9d8d30a39c745fd62bac03573dc1 to your computer and use it in GitHub Desktop.
Updated PKGBUILD for msp430-elf-mcu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/PKGBUILD b/PKGBUILD | |
| index ea06834..c835b9f 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -1,9 +1,9 @@ | |
| # Maintainer: Orlando Arias <orlandoarias at gmail <dot> com> | |
| _target=msp430-elf | |
| -_tiver=1.203 | |
| +_tiver=1.204 | |
| pkgname=${_target}-mcu | |
| -pkgver=5.1.1.0 | |
| +pkgver=5.1.2.0 | |
| pkgrel=1 | |
| pkgdesc="Header files and linker scripts for MSP430 microcontrollers" | |
| arch=('any') | |
| @@ -12,7 +12,7 @@ license=('custom') | |
| options=('!strip' 'staticlibs' 'emptydirs') | |
| source=(http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/exports/msp430-gcc-support-files-${_tiver}.zip | |
| license) | |
| -sha256sums=('e73caf009be6966160d6b8e3f65e1af6ca4221ba335a01dbcf3fa537dbfb406d' | |
| +sha256sums=('401630dbaad23db17ad2edfba31a16f4a1fd1588e131140b5ca3a416b7534e11' | |
| 'cd344f1a8da5c24768fbcc3494ad12b9880a82097dfb5a4d63d2a52f2833cc38') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment