frida-server: update to 12.6.10

This commit is contained in:
Henrik Grimler 2019-07-14 22:41:29 +02:00 committed by Yaksh Bariya
parent 2f2362bfc9
commit 3f52645994
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
2 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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; }')