From e42599acd3465cfa08077a71cecc50ff3fdf3874 Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Sat, 1 Oct 2022 08:31:20 +0000 Subject: [PATCH] godot-cpp: update to 3.5.1 --- mingw-w64-godot-cpp/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-godot-cpp/PKGBUILD b/mingw-w64-godot-cpp/PKGBUILD index e6478d058a..09b7a29aef 100644 --- a/mingw-w64-godot-cpp/PKGBUILD +++ b/mingw-w64-godot-cpp/PKGBUILD @@ -3,7 +3,7 @@ _realname=godot-cpp pkgbase=mingw-w64-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-${_realname} -pkgver=3.5 +pkgver=3.5.1 pkgrel=1 pkgdesc='C++ bindings for the Godot script API (mingw-w64)' arch=('any') @@ -13,7 +13,7 @@ license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-godot_headers") makedepends=("${MINGW_PACKAGE_PREFIX}-scons") source=("https://github.com/godotengine/godot-cpp/archive/godot-${pkgver}-stable.tar.gz") -sha256sums=('e766fad0f12860c2188d5f6e26a14e945d0695065365dbcbe02bf52b80185ae7') +sha256sums=('a0ab1f117d30ab01837e39e7ff704bbded282db4643343579b2bca11794f99fc') prepare() { rm -rf "${_realname}-${pkgver}"