Skip to content

Commit

Permalink
Merge pull request #21886 from podsvirov/binaryen-update
Browse files Browse the repository at this point in the history
binaryen: update to 119
  • Loading branch information
podsvirov authored Sep 10, 2024
2 parents f3bde5e + 083b142 commit 4fce61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-binaryen/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
_realname=binaryen
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=118
pkgver=119
pkgrel=1
pkgdesc="Compiler infrastructure and toolchain library for WebAssembly, in C++ (mingw-w64)"
arch=('any')
Expand All @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
"${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-ninja")
source=("${_realname}-${pkgver}.tar.gz::https://github.com/WebAssembly/binaryen/archive/version_${pkgver}.tar.gz")
sha256sums=('58a2fbad5aa986b52f8044c99fa7780e0a524e3d1bcc4f588ccda62bc33498a7')
sha256sums=('9c2614212f628fad451b847ffa0ce2fc59339453f4ea1bacf4417590caa5fc71')

build() {
[[ -d "${srcdir}/build-${MSYSTEM}" ]] && rm -rf "${srcdir}/build-${MSYSTEM}"
Expand Down

0 comments on commit 4fce61e

Please sign in to comment.