[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Mon Jan 11 03:08:14 UTC 2016
Date: Monday, January 11, 2016 @ 04:08:13
Author: anatolik
Revision: 155913
upgpkg: arm-none-eabi-newlib 2.3.0.20160104-1
Modified:
arm-none-eabi-newlib/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-11 02:52:20 UTC (rev 155912)
+++ PKGBUILD 2016-01-11 03:08:13 UTC (rev 155913)
@@ -3,9 +3,9 @@
_target=arm-none-eabi
pkgname=$_target-newlib
-pkgver=2.2.0
-pkgrel=4
-_upstream_ver=$pkgver.20150423
+pkgver=2.3.0.20160104
+pkgrel=1
+_upstream_ver=$pkgver
pkgdesc='A C standard library implementation intended for use on embedded systems (ARM bare metal)'
arch=(any)
url='http://www.sourceware.org/newlib/'
@@ -13,7 +13,7 @@
makedepends=($_target-gcc)
options=(!emptydirs !strip)
source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha1sums=('50429d21989b008916ea9b40f0ceedaf273eb84b')
+sha1sums=('43d8ac3eb3b582efdf68c217c4a1136a3efa0068')
build() {
rm -rf build-{newlib,nano}
More information about the arch-commits
mailing list