[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue Feb 28 19:13:00 UTC 2017


    Date: Tuesday, February 28, 2017 @ 19:12:59
  Author: anatolik
Revision: 214248

upgpkg: arm-none-eabi-newlib 2.5.0.20170228-1

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-28 19:09:44 UTC (rev 214247)
+++ PKGBUILD	2017-02-28 19:12:59 UTC (rev 214248)
@@ -3,9 +3,9 @@
 
 _target=arm-none-eabi
 pkgname=$_target-newlib
-pkgver=2.5.0
+pkgver=2.5.0.20170228
 pkgrel=1
-_upstream_ver=2.5.0
+_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=('be1f1960bce564130a0cf9598e388fcc437169dc')
+sha1sums=('0ae4f8df84dbfb4ef44b7f22d920d6c9b4ed764b')
 
 build() {
   rm -rf build-{newlib,nano}



More information about the arch-commits mailing list