summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2019-07-03 08:58:31 -0400
committeralgebro2019-07-03 08:58:31 -0400
commit0907814eed7a902c227b9e3f9eed47402acdc80a (patch)
treeae684dab755555c48898a0d81be4d26652c50451
parent71e5230a8ff68609ca313763c4951ca89d0f9e1a (diff)
downloadaur-0907814eed7a902c227b9e3f9eed47402acdc80a.tar.gz
Update to 12.6.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4d079b00033..4fae5fe9e008 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.6.2
+ pkgver = 12.6.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.6.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.6.9.tar.gz
source = COPYING
- sha256sums = d469b7c6b28ad3015e09b8821155f79aa65286fd0b0a13bd990e475c52394de8
+ sha256sums = 88b8a4a544234ffb0106ca30edc2e4a23d2db1ebce723477e306ea5b8ae3ec31
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index a195f1154321..395fe56d77f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=12.6.2
+pkgver=12.6.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=('d469b7c6b28ad3015e09b8821155f79aa65286fd0b0a13bd990e475c52394de8'
+sha256sums=('88b8a4a544234ffb0106ca30edc2e4a23d2db1ebce723477e306ea5b8ae3ec31'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")