summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2020-05-18 22:31:51 -0400
committeralgebro2020-05-18 22:31:51 -0400
commite1a0084124258bcdad8279262f0fa27e330ac9ef (patch)
tree1c6de82cf3f3895679ac39a61fef559a693f6533
parent5ee16f628649b1ae9e9302bec52309c50c5ac0c5 (diff)
downloadaur-e1a0084124258bcdad8279262f0fa27e330ac9ef.tar.gz
Update to v12.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebae4813aeec..19282638a44a 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.8.20
+ pkgver = 12.9.3
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.8.20.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.9.3.tar.gz
source = COPYING
- sha256sums = f0f80c2d53ae3359501515c0eea54ce7dbaf7c0402934ae59faefd3fba52ce88
+ sha256sums = 3103810d0b4afeda2abe21eeb525a9d9234940b183b056619491b6090567da38
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index 2efbbe2beca1..b50e42730151 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=12.8.20
+pkgver=12.9.3
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=('f0f80c2d53ae3359501515c0eea54ce7dbaf7c0402934ae59faefd3fba52ce88'
+sha256sums=('3103810d0b4afeda2abe21eeb525a9d9234940b183b056619491b6090567da38'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")