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

upgpkg: 4.5.0.20241231-1

parent adc1edae
No related branches found
Tags 0.2.1.0-128
No related merge requests found
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 = 2
pkgver = 4.5.0.20241231
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
source = https://sourceware.org/pub/newlib/newlib-4.5.0.20241231.tar.gz
sha256sums = 33f12605e0054965996c25c1382b3e463b0af91799001f5bb8c0630f2ec8c852
pkgname = arm-none-eabi-newlib
......@@ -2,8 +2,8 @@
_target=arm-none-eabi
pkgname=$_target-newlib
pkgver=4.4.0.20231231
pkgrel=2
pkgver=4.5.0.20241231
pkgrel=1
_upstream_ver=$pkgver
pkgdesc='A C standard library implementation intended for use on embedded systems (ARM bare metal)'
arch=(any)
......@@ -12,7 +12,7 @@ license=(BSD)
makedepends=($_target-gcc)
options=(!emptydirs !strip)
source=(https://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
sha256sums=('0c166a39e1bf0951dfafcd68949fe0e4b6d3658081d6282f39aeefc6310f2f13')
sha256sums=('33f12605e0054965996c25c1382b3e463b0af91799001f5bb8c0630f2ec8c852')
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