summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKriskras992025-04-26 21:07:43 +0200
committerKriskras992025-04-26 21:07:43 +0200
commit28dedf47166544c39822bba67ebdc9552e5f23b0 (patch)
treee2c7a79d61c1848abab037b3eed2b809170581ad /PKGBUILD
parent2ceccef07a68026dac06c743a4c1fbbbb0a835c0 (diff)
downloadaur-28dedf47166544c39822bba67ebdc9552e5f23b0.tar.gz
v16.7.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8df5a6e22ac7..3baf3f1cae22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=16.7.12
+pkgver=16.7.14
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')
@@ -19,7 +19,7 @@ makedepends=(python-build python-installer python-wheel python-setuptools git)
# Sourced from https://pypi.org/project/frida/#files
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
-sha256sums=('a1921aefc433605deaea55403ecfff280dad308d7138c3b8c035f51650dd81b0'
+sha256sums=('627ee9583bb7ec279f84810108157498c933a518e46e8729c32f864e61501fd8'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")