summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2016-05-27 17:28:21 -0400
committervonPalitroque2016-05-27 17:28:21 -0400
commitc8d383419dff8ed28e7353c867cf02e556b1a930 (patch)
tree6ff2896fabb26ad41027a359b5a2dfd527562857
parentfb4e7ee93a48b70a2c8012660f15a829b9c77a7f (diff)
downloadaur-c8d383419dff8ed28e7353c867cf02e556b1a930.tar.gz
Updated to latest snapshot.
Updated to latest snapshot. This release eliminates a spurious symbol in the provided linker scripts and corrects a typo in them [1][2]. [1] https://sourceware.org/ml/newlib/2016/msg00163.html [2] https://sourceware.org/ml/newlib/2016/msg00419.html
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 595129129e42..f438f52bf9e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Mar 30 14:12:59 UTC 2016
+# Fri May 27 21:27:36 UTC 2016
pkgbase = msp430-elf-newlib
pkgdesc = C library for bare metal systems for the msp430-elf target.
- pkgver = 2.4.0
+ pkgver = 2.4.0.20160527
pkgrel = 1
url = https://sourceware.org/newlib/
arch = any
@@ -13,8 +13,8 @@ pkgbase = msp430-elf-newlib
options = !makeflags
options = !strip
options = staticlibs
- source = ftp://sourceware.org/pub/newlib/newlib-2.4.0.tar.gz
- sha256sums = 545b3d235e350d2c61491df8b9f775b1b972f191380db8f52ec0b1c829c52706
+ source = ftp://sourceware.org/pub/newlib/newlib-2.4.0.20160527.tar.gz
+ sha256sums = 46a48b10415d4f27d1574a3eaf91ee25b8bdc9b6ae173ad4a3bd88a90c324367
pkgname = msp430-elf-newlib
diff --git a/PKGBUILD b/PKGBUILD
index d8ac8f4c3d4d..eec25f1bb1c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-newlib
-pkgver=2.4.0
+pkgver=2.4.0.20160527
pkgrel=1
pkgdesc="C library for bare metal systems for the ${_target} target."
arch=(any)
@@ -12,7 +12,7 @@ groups=(devel)
depends=("${_target}-gcc-stage1" "${_target}-binutils")
options=('!makeflags' '!strip' 'staticlibs')
source=("ftp://sourceware.org/pub/newlib/newlib-${pkgver}.tar.gz")
-sha256sums=('545b3d235e350d2c61491df8b9f775b1b972f191380db8f52ec0b1c829c52706')
+sha256sums=('46a48b10415d4f27d1574a3eaf91ee25b8bdc9b6ae173ad4a3bd88a90c324367')
prepare() {
cd "${srcdir}/newlib-${pkgver}"