From 3ff34c75f2b29bc6d4effc0f17ee2b14f47fc7aa Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Wed, 25 Mar 2020 09:44:41 +0100 Subject: [PATCH] frida: update to 12.8.15 --- root-packages/frida-server/build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root-packages/frida-server/build.sh b/root-packages/frida-server/build.sh index 374421a16..8da4deffd 100644 --- a/root-packages/frida-server/build.sh +++ b/root-packages/frida-server/build.sh @@ -4,8 +4,7 @@ TERMUX_PKG_LICENSE="wxWindows" TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91" _MAJOR_VERSION=12 _MINOR_VERSION=8 -_MICRO_VERSION=13 -TERMUX_PKG_REVISION=1 +_MICRO_VERSION=15 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}.${_MICRO_VERSION} TERMUX_PKG_SRCURL=https://github.com/frida/frida.git TERMUX_PKG_DEPENDS="libiconv, python"