Skip to content

Commit

Permalink
wasmer: update to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Nov 24, 2024
1 parent 831a8a4 commit e296d25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-wasmer/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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() {
Expand Down

0 comments on commit e296d25

Please sign in to comment.