summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2020-06-22 15:06:29 -0400
committeralgebro2020-06-22 15:06:29 -0400
commitf2baea2403e1c8baee998dc2a88e691890f7e308 (patch)
tree7a5ac081c84c15bef5186694d0860487a68eb9ee
parent400d3b128c4bf14a870b430d83fcbeefab7ab29c (diff)
downloadaur-f2baea2403e1c8baee998dc2a88e691890f7e308.tar.gz
v12.10.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfc1eba8a73a..f9afa02d70aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-frida
pkgdesc = Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 version from PyPi
- pkgver = 12.10.2
+ pkgver = 12.10.4
pkgrel = 1
url = https://www.frida.re
arch = i686
@@ -10,9 +10,9 @@ pkgbase = python-frida
depends = python-pygments>=2.0.2
depends = python-colorama>=0.2.7
conflicts = python2-frida
- source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.10.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.10.4.tar.gz
source = COPYING
- sha256sums = d21e612bb0c80a4e6ffff6ae967b6d0ef8f7096bb4f59e984f183a73dacd1136
+ sha256sums = 3b3efc8206d2ea1895dd96d78a7249ac884b85e3d52b670f7c80b8a115ce4a76
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python-frida
diff --git a/PKGBUILD b/PKGBUILD
index f14e7b1d2d95..9e0723c197ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=12.10.2
+pkgver=12.10.4
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=('d21e612bb0c80a4e6ffff6ae967b6d0ef8f7096bb4f59e984f183a73dacd1136'
+sha256sums=('3b3efc8206d2ea1895dd96d78a7249ac884b85e3d52b670f7c80b8a115ce4a76'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")