summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristiaan Biesterbosch2024-07-16 20:33:37 +0200
committerChristiaan Biesterbosch2024-07-16 20:33:37 +0200
commit5721edbffe18d2067a426e4455596ff48694a331 (patch)
tree6d009e5b206f650dfb573cd5b34ccdeeaa33c362 /PKGBUILD
parent0ac1ab6435bf759ab797214f2d220363f8d344d1 (diff)
downloadaur-5721edbffe18d2067a426e4455596ff48694a331.tar.gz
v16.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 615725159198..2263e2f45b50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=16.4.3
+pkgver=16.4.4
pkgrel=1
pkgdesc="Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 version from PyPi"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -17,7 +17,7 @@ makedepends=(python-build python-installer python-wheel python-setuptools)
# Sourced from https://pypi.org/project/frida/#files
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
-sha256sums=('881054ef52eb4ebcd7c1e5778006b8bfe00999faf6bdaafafa9000a010cd6e4c'
+sha256sums=('71640972d0c469578a0ccd1de54a8921c7acb32649d211e7c384c956e7e90c10'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")