summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvonPalitroque2023-07-24 20:32:51 -0400
committervonPalitroque2023-07-24 20:32:51 -0400
commitbaaf7dc969134328a55e78eca2bf69581a7f7de3 (patch)
tree5877e741da99903624c17394177d8ec64f6ce90b /PKGBUILD
parentd8692f10356390cff45192f7a627e01766f46ec4 (diff)
downloadaur-msp430-elf-newlib.tar.gz
Bump GCC version.
Bumped GCC version.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df37e3e8869c..f0f09fea6985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_target=msp430-elf
pkgname=${_target}-newlib
-pkgver=4.2.0.20211231
-pkgrel=3
+pkgver=4.3.0.20230120
+pkgrel=2
pkgdesc="C library for bare metal systems for the ${_target} target."
arch=(any)
url="https://sourceware.org/newlib/"
@@ -12,7 +12,7 @@ groups=(devel)
depends=("${_target}-gcc-stage1" "${_target}-binutils")
options=('!makeflags' '!strip' 'staticlibs' '!libtool')
source=("ftp://sourceware.org/pub/newlib/newlib-${pkgver}.tar.gz")
-sha256sums=('c3a0e8b63bc3bef1aeee4ca3906b53b3b86c8d139867607369cb2915ffc54435')
+sha256sums=('83a62a99af59e38eb9b0c58ed092ee24d700fff43a22c03e433955113ef35150')
prepare() {
cd "${srcdir}/newlib-${pkgver}"