From 7a2410e3c7aeda14cdcd5dec397e3d154d85528e Mon Sep 17 00:00:00 2001 From: Mehdi Chinoune Date: Mon, 1 Jan 2024 19:43:31 +0000 Subject: [PATCH] mruby: update to 3.3.0 --- mingw-w64-mruby/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mingw-w64-mruby/PKGBUILD b/mingw-w64-mruby/PKGBUILD index 7d63bb1c0a..7433f9510a 100644 --- a/mingw-w64-mruby/PKGBUILD +++ b/mingw-w64-mruby/PKGBUILD @@ -3,8 +3,8 @@ _realname=mruby pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=3.2.0 -pkgrel=2 +pkgver=3.3.0 +pkgrel=1 pkgdesc="mruby is the lightweight implementation of the Ruby language (mingw-w64)" arch=('any') mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') @@ -14,7 +14,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-ruby") source=("https://github.com/${_realname}/${_realname}/archive/${pkgver}/${_realname}-${pkgver}.zip" "0001-use-setjmp-for-clang.patch") -sha256sums=('64a0dd8b65825f2e7cdac6699e818648dc73bfdfc68aa1bfd58417a35315e5cc' +sha256sums=('12a2837a35ce2a48fd3d8fe25e38bae864c46df6c3e3228e2f00c72c42b06572' 'a24c5551c32132ad37839cba5cf03f6c9a26cc9ea8e30dc18747a236fb287c8f') prepare() {