From 70fd0c8e095c00fc25a1f4d905d623d2753170ee Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Thu, 8 Aug 2019 21:17:29 +0200 Subject: [PATCH] frida: update to 12.6.12 %ci:reset-backlog --- root-packages/frida-server/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root-packages/frida-server/build.sh b/root-packages/frida-server/build.sh index 32ede5f2e..4821e44f1 100644 --- a/root-packages/frida-server/build.sh +++ b/root-packages/frida-server/build.sh @@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="wxWindows" TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91" _MAJOR_VERSION=12 _MINOR_VERSION=6 -_MICRO_VERSION=10 +_MICRO_VERSION=12 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}.${_MICRO_VERSION} TERMUX_PKG_SRCURL=https://github.com/frida/frida.git TERMUX_PKG_DEPENDS="libiconv"