wasmer: update to 5.0.2

This commit is contained in:
Maksim Bondarenkov
2024-11-24 09:09:12 +03:00
committed by GitHub
parent 831a8a4bdf
commit e296d25202

View File

@@ -4,7 +4,7 @@ _realname=wasmer
pkgbase=mingw-w64-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}"
"${MINGW_PACKAGE_PREFIX}-lib${_realname}")
pkgver=5.0.1
pkgver=5.0.2
pkgrel=1
pkgdesc="The leading Wasm Runtime supporting WASIX, WASI and Emscripten (mingw-w64)"
arch=('any')
@@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-rust"
options=('!lto')
source=("git+${url}.git#tag=v${pkgver}"
"reproducible-builds.patch")
sha256sums=('31312821809aabdb1309c90b02364e92eee22bcc99310ce753f2cf836cd2dc11'
sha256sums=('74447b3de501ed57fb79a84f3ed276ed3cd0952817ba0d0f04c796b2abbf7e51'
'7f08b41e0077a23b16eb2e9410ac953b293d1eeeaf1b83915a596ac437f81125')
prepare() {