summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid P2021-03-13 20:57:52 -0300
committerDavid P2021-03-13 20:57:52 -0300
commit2596622b19954a31ab18229be288ae94230fa1fd (patch)
tree5e0282535a57164c0c8a4e72a67e36386e1b3fb5 /PKGBUILD
parent18c423bbe88d845f979ec0d7ac9b036ee3077630 (diff)
downloadaur-sh-elf-newlib.tar.gz
upgpkg: sh-elf-newlib 4.1.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 339bef660774..644b8e1402f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
_target=sh-elf
pkgname=$_target-newlib
-pkgver=3.3.0
+pkgver=4.1.0
pkgrel=1
_upstream_ver=$pkgver
-pkgdesc='A C standard library implementation intended for use on embedded systems (SuperH)'
+pkgdesc='A C standard library implementation intended for use on embedded systems (SuperH bare metal)'
arch=(any)
url='http://www.sourceware.org/newlib/'
license=(BSD)
makedepends=($_target-gcc)
options=(!emptydirs !strip)
source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha256sums=('58dd9e3eaedf519360d92d84205c3deef0b3fc286685d1c562e245914ef72c66')
+sha256sums=('f296e372f51324224d387cc116dc37a6bd397198756746f93a2b02e9a5d40154')
build() {
mkdir newlib-build