From e05b2b400d3d75dcfbd2ee079c70e40f0729ea87 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 8 Oct 2020 19:47:00 +0300 Subject: [PATCH] frida-server: rebuild with python 3.9 --- root-packages/frida-server/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/root-packages/frida-server/build.sh b/root-packages/frida-server/build.sh index e8c00ba27..0660c7131 100644 --- a/root-packages/frida-server/build.sh +++ b/root-packages/frida-server/build.sh @@ -7,6 +7,7 @@ _MINOR_VERSION=11 _MICRO_VERSION=14 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}.${_MICRO_VERSION} TERMUX_PKG_GIT_BRANCH=$TERMUX_PKG_VERSION +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://github.com/frida/frida.git TERMUX_PKG_DEPENDS="libiconv, python" TERMUX_PKG_BUILD_DEPENDS="openssl"