summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2019-02-08 16:07:04 -0500
committeralgebro2019-02-08 16:07:04 -0500
commitbed21f4b9e565a2b001e495dfdf2f171ff5207fb (patch)
treef74df41cb9a8b4acff7d8c9adf79e0b01ee94e0f /PKGBUILD
parent2c6645aea0709f50b9c43d1c773aa3b331cfe606 (diff)
downloadaur-bed21f4b9e565a2b001e495dfdf2f171ff5207fb.tar.gz
Update to 12.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6605e5d9567c..eb638b33cc30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=12.2.30
+pkgver=12.3.1
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=('d3baa8d5e30b8ad2d355b7672b1488dde97e90413e1fdf45b9c6efa74ff2b1ed'
+sha256sums=('d626152013570dbf2d3ae5d3c65afa00dc8194302369f1e397009082853d3a8b'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")