summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ec4c6a8dc9fc..877ccf73d085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bet4 <bet4it@gmail.com>
pkgname=jnitrace
-pkgver=3.2.2
+pkgver=3.3.0
pkgrel=1
pkgdesc="A Frida based tool that traces usage of the JNI API in Android apps"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/chame1eon/jnitrace"
license=('MIT')
depends=('python-frida' 'python-hexdump')
source=("https://files.pythonhosted.org/packages/source/j/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ad2716fa4225bfb20f6abc5716b23cb26272f682742c7b9cce1146ac9022ba08')
+sha256sums=('ed2d5c0729e1d6e6c50334e04751a43e7b7c107b4d8253791e8bfafb718c9c18')
build() {
cd "$srcdir/$pkgname-$pkgver"