parent
be5022c8c4
commit
daca71c53b
1 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wabt'
|
# Template file for 'wabt'
|
||||||
pkgname=wabt
|
pkgname=wabt
|
||||||
version=1.0.20
|
version=1.0.23
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
make_check_target=check
|
make_check_target=check
|
||||||
|
@ -9,19 +9,19 @@ short_desc="WebAssembly Binary Toolkit"
|
||||||
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
maintainer="Isaac Freund <ifreund@ifreund.xyz>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/WebAssembly/wabt"
|
homepage="https://github.com/WebAssembly/wabt"
|
||||||
_gtest_commit=7888184f28509dba839e3683409443e0b5bb8948
|
_gtest_commit=703bd9caab50b139428cea1aaff9974ebee5742e
|
||||||
_testsuite_commit=18f83401a47a0e43772cf7d9f216e994bf7c7fa6
|
_testsuite_commit=9994915e0cca8b42a16c577e4c85491822367dde
|
||||||
_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
|
_wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
|
||||||
distfiles="https://github.com/WebAssembly/wabt/archive/${version}.tar.gz
|
distfiles="https://github.com/WebAssembly/wabt/archive/${version}.tar.gz
|
||||||
https://github.com/google/googletest/archive/${_gtest_commit}.tar.gz
|
https://github.com/google/googletest/archive/${_gtest_commit}.tar.gz
|
||||||
https://github.com/WebAssembly/testsuite/archive/${_testsuite_commit}.tar.gz
|
https://github.com/WebAssembly/testsuite/archive/${_testsuite_commit}.tar.gz
|
||||||
https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz"
|
https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz"
|
||||||
checksum="39def40e8719030e0d11b1abbd81427fb1731c0372fcb24e2baaea067acba66f
|
checksum="925f47020705cd2cc00a4ff6a36ab08f8adf6d08c7eac5057db0db38b6b2f16d
|
||||||
acc72b0cde04828fd4640576fdbd0727fc202f08b7701ae0bb318e2510f44b22
|
d17b1b83a57b3933565a6d0616fe261107326d47de20288d0949ed038e1c342d
|
||||||
9d82be5b4dcfaadb9c0b0455c0c8b2989b942f75b9f698fa8e70329e403f4f74
|
baf8a7f68ddd21fb7ad255acc765391c972c12f3857af8e9a979342b160e6a5a
|
||||||
aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c"
|
aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c"
|
||||||
|
|
||||||
pre_configure() {
|
post_extract() {
|
||||||
# move submodule to proper location
|
# move submodule to proper location
|
||||||
rmdir third_party/gtest
|
rmdir third_party/gtest
|
||||||
rmdir third_party/testsuite
|
rmdir third_party/testsuite
|
||||||
|
|
Loading…
Reference in a new issue