summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2020-12-05 15:02:32 -0500
committeralgebro2020-12-05 15:02:32 -0500
commit5bf171d0dc45c049bf0eb93ab1a4970d39431433 (patch)
treec2225e0197d136183e4af0cfba00b85fc37cc08a /PKGBUILD
parent001b27565ce587cb3cde259fb9dc312745fe57a4 (diff)
downloadaur-5bf171d0dc45c049bf0eb93ab1a4970d39431433.tar.gz
v14.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09d3e7d23915..60b676c9d7fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=14.0.8
+pkgver=14.1.2
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') # setup.py downloads pre-built binary components, so it doesn't work on ARM (yet).
@@ -9,7 +9,7 @@ license=('custom:wxWindows Library License, Version 3.1')
depends=('python' 'python-pygments>=2.0.2' 'python-colorama>=0.2.7')
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
-sha256sums=('5d069576dc16258cd854f1dc00d7df04a0ca454d6070872f3e9cfa1a4f2170a4'
+sha256sums=('069e9a4508628ca891e9eb76430b6d1d006a97cffefe8234845e322be41a6804'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")