From f609a28b9d37610c718d0f434275da92174b5cb1 Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Wed, 23 Mar 2022 21:58:22 +0900 Subject: [PATCH] testdisk: Get rid of references to leaked builtins out of previous `libuuid` shared library. --- root-packages/testdisk/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-packages/testdisk/build.sh b/root-packages/testdisk/build.sh index 3b0982608..789bbb7f9 100644 --- a/root-packages/testdisk/build.sh +++ b/root-packages/testdisk/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Partition Recovery and File Undelete" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="@termux" TERMUX_PKG_VERSION=7.1 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://www.cgsecurity.org/testdisk-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=1413c47569e48c5b22653b943d48136cb228abcbd6f03da109c4df63382190fe TERMUX_PKG_DEPENDS="libuuid, zlib, libjpeg-turbo, libiconv, ncurses, libandroid-glob"