summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2020-08-12 10:08:38 -0400
committeralgebro2020-08-12 10:08:38 -0400
commitbafdc8417fc697773cd7bb6c1a1980d6eee3b83b (patch)
tree625022fd32535ccabfba246069f48a9b59d88fc4
parentf75927e039aaedc553636d9822ccf5d37912b429 (diff)
downloadaur-bafdc8417fc697773cd7bb6c1a1980d6eee3b83b.tar.gz
v12.11.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39273beefb29..eaf28a3d913b 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.7
+ pkgver = 12.11.9
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.7.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.11.9.tar.gz
source = COPYING
- sha256sums = cbb3f3915de1ad20bb9a171ec6a4a7aeff2ad5621a7642fe72515991fa35f1c8
+ sha256sums = dbe3fda10f587304d3bcaf1df7fbd8fa774e6743b6b03650ae740bce212617d1
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index 461142d7ad94..7ab1af9e97fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=12.11.7
+pkgver=12.11.9
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=('cbb3f3915de1ad20bb9a171ec6a4a7aeff2ad5621a7642fe72515991fa35f1c8'
+sha256sums=('dbe3fda10f587304d3bcaf1df7fbd8fa774e6743b6b03650ae740bce212617d1'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")