From cba1405a3cdf00f509a7c83d1d3dec254587b9c4 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 5 Nov 2019 13:53:42 +0200 Subject: [PATCH] yasm: rebuild package See https://github.com/termux/termux-packages/issues/4497. --- packages/yasm/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yasm/build.sh b/packages/yasm/build.sh index 752b5b83d..42f8e9fcc 100644 --- a/packages/yasm/build.sh +++ b/packages/yasm/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://yasm.tortall.net/ TERMUX_PKG_DESCRIPTION="Assembler supporting the x86 and AMD64 instruction sets" TERMUX_PKG_LICENSE="LGPL-2.1" TERMUX_PKG_VERSION=1.3.0 -TERMUX_PKG_REVISION=2 +TERMUX_PKG_REVISION=3 TERMUX_PKG_SRCURL=https://www.tortall.net/projects/yasm/releases/yasm-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f TERMUX_PKG_BREAKS="yasm-dev"