From 1e8097e34c44b8e5e9fa2985b2a5a14fdacd04da Mon Sep 17 00:00:00 2001 From: felixaszx <101950667+felixaszx@users.noreply.github.com> Date: Thu, 10 Jul 2025 15:31:23 -0400 Subject: [PATCH] fastgltf: update to 0.9.0 (#24759) * fastgltf: update to 0.9.0 * fastgltf: use better link for source tarball --------- Co-authored-by: Maksim Bondarenkov <119937608+ognevny@users.noreply.github.com> --- mingw-w64-fastgltf/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-fastgltf/PKGBUILD b/mingw-w64-fastgltf/PKGBUILD index bc36ccd29f..5a26bfef0f 100644 --- a/mingw-w64-fastgltf/PKGBUILD +++ b/mingw-w64-fastgltf/PKGBUILD @@ -3,7 +3,7 @@ _realname=fastgltf pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") -pkgver=0.8.0 +pkgver=0.9.0 pkgrel=1 pkgdesc="fastgltf is a speed and usability focused glTF 2.0 library written in modern C++17 with minimal dependencies (mingw-w64)" arch=('any') @@ -14,8 +14,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-simdjson") makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-ninja") -source=("https://github.com/spnda/${_realname}/archive/v${pkgver}${_realname}-${pkgver}.tar.gz") -sha256sums=('0bc88a0858c88d94306443946a5a1606118b7d5e4960f1e6186a3632e9df38fb') +source=("https://github.com/spnda/${_realname}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz") +sha256sums=('0bb564e127b14c22f062db50f89381dd2e0a20dbaf4987ca138a4ae8728712f9') build() { cd "${srcdir}/${_realname}-${pkgver}"