summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2020-07-24 23:36:41 -0400
committeralgebro2020-07-24 23:36:41 -0400
commita9e519b521b4a361f68dfe136e6ecd11828ead97 (patch)
tree8051a878d9fd89fab5241b93704ba88b0fe9a441
parent492cb35662ecff7b02a3ce4e254536c0c886e78d (diff)
downloadaur-a9e519b521b4a361f68dfe136e6ecd11828ead97.tar.gz
v12.11.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5da6741e410..4d27e4c96412 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.11.1
+ pkgver = 12.11.4
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.11.1.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.11.4.tar.gz
source = COPYING
- sha256sums = 04e9e1fdcd73cbf6fccec6654c21cde39b0a410567f05aa62ba02c4e8672e54e
+ sha256sums = d28970a8c0e3ebb9fc27936ba5dc4e2f104a0a4bdd03bc2aa13248ca54c141ea
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index f6a32f9e4af5..f98002e63ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=12.11.1
+pkgver=12.11.4
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=('04e9e1fdcd73cbf6fccec6654c21cde39b0a410567f05aa62ba02c4e8672e54e'
+sha256sums=('d28970a8c0e3ebb9fc27936ba5dc4e2f104a0a4bdd03bc2aa13248ca54c141ea'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")