From 1426c2b824d86a66025792d08e6d8f64b7d5a8a1 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Mon, 6 Jan 2020 12:21:33 +0100 Subject: [PATCH] frida-server: update to 12.8.5 --- root-packages/frida-server/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root-packages/frida-server/build.sh b/root-packages/frida-server/build.sh index c4935f421..2a4ee92a4 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=7 -_MICRO_VERSION=24 +_MINOR_VERSION=8 +_MICRO_VERSION=5 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}.${_MICRO_VERSION} TERMUX_PKG_SRCURL=https://github.com/frida/frida.git TERMUX_PKG_DEPENDS="libiconv"