frida-server: update to 12.6.10
This commit is contained in:
parent
2f2362bfc9
commit
3f52645994
@ -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"
|
||||
|
@ -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; }')
|
||||
|
Loading…
Reference in New Issue
Block a user