Skip to content
Snippets Groups Projects
Unverified Commit d0c84e38 authored by Anatol Pomozov's avatar Anatol Pomozov
Browse files

upgpkg: 4.4.0.20231231-1

parent 01759ec5
No related branches found
Tags 0.2.1.0-128
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = arm-none-eabi-newlib
pkgdesc = A C standard library implementation intended for use on embedded systems (ARM bare metal)
pkgver = 4.4.0.20231231
pkgrel = 1
url = https://www.sourceware.org/newlib/
arch = any
license = BSD
makedepends = arm-none-eabi-gcc
options = !emptydirs
options = !strip
source = https://sourceware.org/pub/newlib/newlib-4.4.0.20231231.tar.gz
sha256sums = 0c166a39e1bf0951dfafcd68949fe0e4b6d3658081d6282f39aeefc6310f2f13
pkgname = arm-none-eabi-newlib
......@@ -2,7 +2,7 @@
_target=arm-none-eabi
pkgname=$_target-newlib
pkgver=4.3.0.20230120
pkgver=4.4.0.20231231
pkgrel=1
_upstream_ver=$pkgver
pkgdesc='A C standard library implementation intended for use on embedded systems (ARM bare metal)'
......@@ -12,7 +12,7 @@ license=(BSD)
makedepends=($_target-gcc)
options=(!emptydirs !strip)
source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
sha256sums=('83a62a99af59e38eb9b0c58ed092ee24d700fff43a22c03e433955113ef35150')
sha256sums=('0c166a39e1bf0951dfafcd68949fe0e4b6d3658081d6282f39aeefc6310f2f13')
build() {
rm -rf build-{newlib,nano}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment