From 6a568697911d3c2e6ab64fd5ea5e087d271ee87a Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Tue, 18 May 2021 20:03:53 +0200 Subject: [PATCH] frida: bump after adding patch --- root-packages/frida-server/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/root-packages/frida-server/build.sh b/root-packages/frida-server/build.sh index 8e0b7e1da..58320ea79 100644 --- a/root-packages/frida-server/build.sh +++ b/root-packages/frida-server/build.sh @@ -6,6 +6,7 @@ _MAJOR_VERSION=14 _MINOR_VERSION=2 _MICRO_VERSION=14 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}.${_MICRO_VERSION} +TERMUX_PKG_REVISION=1 TERMUX_PKG_GIT_BRANCH=$TERMUX_PKG_VERSION TERMUX_PKG_SRCURL=https://github.com/frida/frida.git TERMUX_PKG_DEPENDS="libiconv, python"