frida-server: upgrade to 12.4.0
This commit is contained in:
parent
573da57f1e
commit
8f2a5e3a11
@ -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
|
||||
|
@ -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; }')
|
||||
|
Loading…
Reference in New Issue
Block a user