wasmtime: update to 0.21.0.
This commit is contained in:
parent
846a088f64
commit
b8c5efc817
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wasmtime'
|
||||
pkgname=wasmtime
|
||||
version=0.20.0
|
||||
version=0.21.0
|
||||
revision=1
|
||||
archs="x86_64* i686* aarch64*"
|
||||
build_style=cargo
|
||||
|
@ -8,15 +8,15 @@ short_desc="Standalone JIT-style runtime for WebAssembly, using Cranelift"
|
|||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/bytecodealliance/wasmtime"
|
||||
_spec_testsuite_commit=d2163dace09d647bccf34b9b82a6f05a3b23cf29
|
||||
_spec_testsuite_commit=18f83401a47a0e43772cf7d9f216e994bf7c7fa6
|
||||
_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
|
||||
_WASI_commit=71f042514728e425a9b1b251c7f6daaa44301f4a
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz
|
||||
https://github.com/WebAssembly/testsuite/archive/${_spec_testsuite_commit}.tar.gz
|
||||
https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz
|
||||
https://github.com/WebAssembly/WASI/archive/${_WASI_commit}.tar.gz"
|
||||
checksum="feb29c96e053d16fe3dc91b93d7a28ab24b9c390fbdf2580547ae7fa0b8eae95
|
||||
1ea206dba1b0826cf52e7a4b9328a341c75e8642072ab5e34356def380ad504d
|
||||
checksum="7874feb1026bbef06796bd5ab80e73f15b8e83752bde8dc93994f5bc039a4952
|
||||
9d82be5b4dcfaadb9c0b0455c0c8b2989b942f75b9f698fa8e70329e403f4f74
|
||||
aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c
|
||||
7496df0d28398229f511aba624ddfcf924a1e046e189cac93d4ea53483206e0e"
|
||||
|
||||
|
|
Loading…
Reference in a new issue