diff --git a/root-packages/frida-server/build.sh b/root-packages/frida-server/build.sh index f2e6cbec3..32ede5f2e 100644 --- a/root-packages/frida-server/build.sh +++ b/root-packages/frida-server/build.sh @@ -3,8 +3,8 @@ TERMUX_PKG_DESCRIPTION="Dynamic instrumentation toolkit for developers, reverse- TERMUX_PKG_LICENSE="wxWindows" TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91" _MAJOR_VERSION=12 -_MINOR_VERSION=5 -_MICRO_VERSION=6 +_MINOR_VERSION=6 +_MICRO_VERSION=10 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}.${_MICRO_VERSION} TERMUX_PKG_SRCURL=https://github.com/frida/frida.git TERMUX_PKG_DEPENDS="libiconv" diff --git a/root-packages/frida-server/setup-env.sh.patch b/root-packages/frida-server/setup-env.sh.patch index 89dc12c9c..ad923e213 100644 --- a/root-packages/frida-server/setup-env.sh.patch +++ b/root-packages/frida-server/setup-env.sh.patch @@ -1,13 +1,13 @@ ---- ./releng/setup-env.sh.orig 2019-05-19 08:35:29.686650174 +0200 -+++ ./releng/setup-env.sh 2019-05-19 08:41:29.746647583 +0200 +--- ../setup-env.sh.orig 2019-07-14 21:51:46.585205152 +0200 ++++ ./releng/setup-env.sh 2019-07-14 21:52:25.464569320 +0200 @@ -97,8 +97,8 @@ fi if [ $host_platform = android ]; then - ndk_required_name=r17b - ndk_required_version=17.1.4828580 -+ ndk_required_name=r19b -+ ndk_required_version=19.1.5304403 ++ ndk_required_name=r20 ++ ndk_required_version=20.0.5594570 if [ -n "$ANDROID_NDK_ROOT" ]; then if [ -f "$ANDROID_NDK_ROOT/source.properties" ]; then ndk_installed_version=$(grep Pkg.Revision "$ANDROID_NDK_ROOT/source.properties" | awk '{ print $NF; }')