summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2020-06-21 19:55:29 -0400
committeralgebro2020-06-21 19:55:29 -0400
commit9b67509f8ded2305d9d06f7c1fda048b7a169d92 (patch)
tree47771d672aaa5d8d90aa3a636dce2a3efdfda1ec
parentc46ae46a6f17a8a1887ecd74cf3a3d624d8d1d20 (diff)
downloadaur-9b67509f8ded2305d9d06f7c1fda048b7a169d92.tar.gz
v12.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fa6570528ee..4226ab27560f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-frida
pkgdesc = Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 2 version from PyPi.
- pkgver = 12.9.8
+ pkgver = 12.10.2
pkgrel = 1
url = http://www.frida.re
arch = i686
@@ -10,9 +10,9 @@ pkgbase = python2-frida
depends = python2-pygments
depends = python2-colorama
conflicts = python-frida
- source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.9.8.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.10.2.tar.gz
source = COPYING
- sha256sums = c1fd9d6b9342311738ad21dadcfbb8f94db3998f8a1262f8b4a20e025c535217
+ sha256sums = d21e612bb0c80a4e6ffff6ae967b6d0ef8f7096bb4f59e984f183a73dacd1136
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index e691699e1796..c1957156304d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=12.9.8
+pkgver=12.10.2
pkgrel=1
pkgdesc="Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 2 version from PyPi."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('wxWindows Library License, Version 3.1')
depends=('python2' 'python2-pygments' 'python2-colorama')
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
-sha256sums=('c1fd9d6b9342311738ad21dadcfbb8f94db3998f8a1262f8b4a20e025c535217'
+sha256sums=('d21e612bb0c80a4e6ffff6ae967b6d0ef8f7096bb4f59e984f183a73dacd1136'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")