diff --git a/root-packages/frida-server/build.sh b/root-packages/frida-server/build.sh index cb6b64f8e..1fee56707 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=3 -_MICRO_VERSION=1 +_MINOR_VERSION=4 +_MICRO_VERSION=0 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}.${_MICRO_VERSION} TERMUX_PKG_SRCURL=https://github.com/frida/frida.git TERMUX_PKG_BUILD_IN_SRC=yes diff --git a/root-packages/frida-server/setup-env.sh.patch b/root-packages/frida-server/setup-env.sh.patch index 3ee1bd07e..f3a23ebf4 100644 --- a/root-packages/frida-server/setup-env.sh.patch +++ b/root-packages/frida-server/setup-env.sh.patch @@ -1,13 +1,13 @@ ---- ../setup-env.sh.orig 2018-09-29 15:28:12.911222116 +0200 -+++ ./releng/setup-env.sh 2018-09-29 17:11:50.761826956 +0200 +--- ../setup-env.sh.orig 2019-03-04 22:56:56.693240356 +0100 ++++ ./releng/setup-env.sh 2019-03-04 22:57:18.379906864 +0100 @@ -97,8 +97,8 @@ fi if [ $host_platform = android ]; then - ndk_required_name=r17b - ndk_required_version=17.1.4828580 -+ ndk_required_name=r18 -+ ndk_required_version=18.0.5002713 ++ ndk_required_name=r19b ++ ndk_required_version=19.1.5304403 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; }')