summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2020-09-21 17:35:08 -0400
committeralgebro2020-09-21 17:35:08 -0400
commita3acc76b09d670923631378b5cd952bddbb5fe6f (patch)
tree94350e4ac8aaf4e0b45e873cd3b418bbc7f72fc7 /PKGBUILD
parent5ff2ac2cb6bba3707da3b265a4cbb2ef7d55d2e9 (diff)
downloadaur-a3acc76b09d670923631378b5cd952bddbb5fe6f.tar.gz
v12.11.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f997dee020f3..23f081ebaa4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=12.11.14
+pkgver=12.11.17
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=('50bdf161a54028129accb8d93d588e307ed9ac7f435fdab9a097434d50af1604'
+sha256sums=('7f066093238dae004f13ea466818375ec50c2277affa35d9d35bbecd523cf701'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")