Skip to content

Commit

Permalink
wasm-component-ld: update to 0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ognevny authored Jan 23, 2025
1 parent e5af1e2 commit 5b3d649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-wasm-component-ld/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=wasm-component-ld
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=0.5.11
pkgver=0.5.12
pkgrel=1
pkgdesc="Command line linker for creating WebAssembly components (mingw-w64)"
arch=('any')
Expand All @@ -18,7 +18,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-lld")
makedepends=("${MINGW_PACKAGE_PREFIX}-rust")
checkdepends=("${MINGW_PACKAGE_PREFIX}-rust-wasm")
source=("${url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz")
sha256sums=('323328b18a1e13e35e36339ce59c6e7c4d1800b4fbdd78ba6fa83f3358324414')
sha256sums=('d9747c922bdeda3490405d62669d3d74c4dc39481a10e5302db6deece768623a')

prepare() {
cd "${_realname}-${pkgver}"
Expand Down

0 comments on commit 5b3d649

Please sign in to comment.