We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09a45e commit bd49560Copy full SHA for bd49560
packages/wasm-component-ld/build.sh
@@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Command line linker for creating WebAssembly components"
3
TERMUX_PKG_LICENSE="Apache-2.0, MIT"
4
TERMUX_PKG_LICENSE_FILE="LICENSE-APACHE, LICENSE-Apache-2.0_WITH_LLVM-exception, LICENSE-MIT"
5
TERMUX_PKG_MAINTAINER="@termux"
6
-TERMUX_PKG_VERSION="0.5.15"
+TERMUX_PKG_VERSION="0.5.16"
7
TERMUX_PKG_SRCURL=https://github.com/bytecodealliance/wasm-component-ld/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
8
-TERMUX_PKG_SHA256=d625ce7efba6b88fd0691d313681b660bb1c456945d812355936c7cd489912b1
+TERMUX_PKG_SHA256=a4ab2d413b4235e2c7fbbda6ed4085c5263584ed6494f717414bebd64813909f
9
TERMUX_PKG_BUILD_IN_SRC=true
10
TERMUX_PKG_AUTO_UPDATE=true
11
0 commit comments