From 5a6667a5c498245c675dd6093caa9178d3c6e3e4 Mon Sep 17 00:00:00 2001 From: Chongyun Lee <45286352+licy183@users.noreply.github.com> Date: Sat, 24 Aug 2024 05:26:01 +0800 Subject: [PATCH] frida: revbump to rebuild --- root-packages/frida/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/root-packages/frida/build.sh b/root-packages/frida/build.sh index d37a2206370eea..17a7fd59ffada4 100644 --- a/root-packages/frida/build.sh +++ b/root-packages/frida/build.sh @@ -6,6 +6,7 @@ _MAJOR_VERSION=16 _MINOR_VERSION=1 _MICRO_VERSION=1 TERMUX_PKG_VERSION=${_MAJOR_VERSION}.${_MINOR_VERSION}.${_MICRO_VERSION} +TERMUX_PKG_REVISION=1 TERMUX_PKG_GIT_BRANCH=$TERMUX_PKG_VERSION TERMUX_PKG_SRCURL=git+https://github.com/frida/frida TERMUX_PKG_AUTO_UPDATE=false