From dd17a8caccdd90b1e73ead5b5c7e91674061c59c Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Wed, 16 Oct 2024 08:58:23 +0200 Subject: [PATCH] Update stb (#189) I'd like to check if this fixes a crash when using stb_image.h and building without PRX. --- stb/PSPBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stb/PSPBUILD b/stb/PSPBUILD index 4712d668..fc5fc9eb 100644 --- a/stb/PSPBUILD +++ b/stb/PSPBUILD @@ -1,5 +1,5 @@ pkgname=stb -pkgver=20240714git +pkgver=20241015git pkgrel=1 pkgdesc="a collection of single-file public domain libraries for C/C++" arch=('any') @@ -9,7 +9,7 @@ groups=('pspdev-default') depends=() makedepends=() optdepends=() -source=("git+https://github.com/nothings/stb.git#commit=013ac3beddff3dbffafd5177e7972067cd2b5083") +source=("git+https://github.com/nothings/stb.git#commit=31707d14fdb75da66b3eed52a2236a70af0d0960") sha256sums=('SKIP') package() {