summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2021-02-13 15:41:47 -0500
committeralgebro2021-02-13 15:41:47 -0500
commit24b0d7a74ca160fce6555baa9c6fd62c4ef6f4d0 (patch)
tree8cba20225d6d9441545ff50b1af997cb142af24c /PKGBUILD
parent8bca4ad4fa0d2098047c3020db97f091a7f04d8d (diff)
downloadaur-24b0d7a74ca160fce6555baa9c6fd62c4ef6f4d0.tar.gz
v14.2.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f05021de0498..e227313e1093 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=14.2.6
+pkgver=14.2.12
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=('5fed7f75b7251ccd6ac1773e9947de5fa18ba2d03f82fb3f6dc79a2fd2ec966a'
+sha256sums=('6c67c00093904ae5babb5f7aab754ce239f7d9738438b210896a06136d4f4f98'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")