Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
arm-none-eabi-newlib
Commits:
29bf3a10 by Anatol Pomozov at 2025-02-08T14:16:03-08:00
upgpkg: 4.5.0.20241231-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
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
=====================================
PKGBUILD
=====================================
@@ -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}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-newlib/-/commit/29bf3a10f3e51ccf07c3b5830b0d44dbeaf889bd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-newlib/-/commit/29bf3a10f3e51ccf07c3b5830b0d44dbeaf889bd
You're receiving this email because of your account on gitlab.archlinux.org.