summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd520127d84b..575c6ed154e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_target=riscv64-unknown-elf
pkgname=$_target-picolibc
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
pkgdesc='Fork of newlib with stdio bits from avrlibc'
conflicts=("$_target-newlib")
@@ -12,7 +12,7 @@ url='https://github.com/picolibc/picolibc'
license=('BSD')
makedepends=("$_target-gcc" 'meson')
source=("picolibc-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('cc468e411bae79ad382efc5951c460ea3802a8a2549aa3c169a1d22d52488e3e')
+sha256sums=('23e3bc9d719180b01cb9bb4779880256a5a230061dc127c994674285ea8fcd51')
options=(!strip !buildflags)
build() {