summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvonPalitroque2016-11-09 16:42:10 -0500
committervonPalitroque2016-11-09 16:42:10 -0500
commitd8b9b6885f44b8884a9bcbe3cc309d2286a515b1 (patch)
tree6b3f148ac8cbbd4f2da64a89d304b47a6b631d57
parentc8d383419dff8ed28e7353c867cf02e556b1a930 (diff)
downloadaur-d8b9b6885f44b8884a9bcbe3cc309d2286a515b1.tar.gz
Updated to latest snapshot.
Updated to latest snapshot. It looks like a snapshot was made but the mailing list was not notified. My apologies for the tardiness in updating this.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f438f52bf9e5..f542cabdc604 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 27 21:27:36 UTC 2016
+# Wed Nov 9 21:41:58 UTC 2016
pkgbase = msp430-elf-newlib
pkgdesc = C library for bare metal systems for the msp430-elf target.
- pkgver = 2.4.0.20160527
+ pkgver = 2.4.0.20160923
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.20160527.tar.gz
- sha256sums = 46a48b10415d4f27d1574a3eaf91ee25b8bdc9b6ae173ad4a3bd88a90c324367
+ source = ftp://sourceware.org/pub/newlib/newlib-2.4.0.20160923.tar.gz
+ sha256sums = ee141a37f4260edbff962582cc08e427b8d5d7512d852032637c078f5ba969aa
pkgname = msp430-elf-newlib
diff --git a/PKGBUILD b/PKGBUILD
index eec25f1bb1c7..ace8e722c1b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-newlib
-pkgver=2.4.0.20160527
+pkgver=2.4.0.20160923
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=('46a48b10415d4f27d1574a3eaf91ee25b8bdc9b6ae173ad4a3bd88a90c324367')
+sha256sums=('ee141a37f4260edbff962582cc08e427b8d5d7512d852032637c078f5ba969aa')
prepare() {
cd "${srcdir}/newlib-${pkgver}"