summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvonPalitroque2017-02-28 14:13:25 -0500
committervonPalitroque2017-02-28 14:13:25 -0500
commit830ef8af0f7e2742dfc2098ba378329215c2f4c4 (patch)
tree456ee5aeeb4d94c0ad3e18fdda15560a4262a913 /PKGBUILD
parent6539c31f045840947d1792b7e248b04220459a8e (diff)
downloadaur-830ef8af0f7e2742dfc2098ba378329215c2f4c4.tar.gz
Updated to latest snapshot.
Updated to latest snapshot.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81998c299d8a..2848e964d308 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_target=msp430-elf
pkgname=${_target}-newlib
-pkgver=2.5.0
+pkgver=2.5.0.20170228
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=('5b76a9b97c9464209772ed25ce55181a7bb144a66e5669aaec945aa64da3189b')
+sha256sums=('29923e9696b091dc2f880018e747c8cf282a557d2cdb60f760d9ec6a1f97337d')
prepare() {
cd "${srcdir}/newlib-${pkgver}"