summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2019-05-28 09:57:40 -0400
committeralgebro2019-05-28 09:57:40 -0400
commit4d7854b6a0f52f1753aef40184f3029472229efb (patch)
treefaf8e3981f700bd211a4166b22b23a26777863bf
parente0c7cd3bc269947a56fe24bd0b97bb31ce889a0c (diff)
downloadaur-4d7854b6a0f52f1753aef40184f3029472229efb.tar.gz
Update to 12.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08f2ce2cd913..5e5092f7496f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-frida
pkgdesc = Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 version from PyPi
- pkgver = 12.4.8
+ pkgver = 12.6.0
pkgrel = 1
url = https://www.frida.re
arch = i686
@@ -10,9 +10,9 @@ pkgbase = python-frida
depends = python-pygments>=2.0.2
depends = python-colorama>=0.2.7
conflicts = python2-frida
- source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.4.8.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.6.0.tar.gz
source = COPYING
- sha256sums = fac5c7b2272e4239018e12f6dff4d238e0edd40e16c902e1dce2999d3634c03d
+ sha256sums = e2fcec9ff92e7662e68e777c4deffa271036527103dea64e0a4a6521c60aee4e
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python-frida
diff --git a/PKGBUILD b/PKGBUILD
index dbe25617873b..4b8725d708cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=12.4.8
+pkgver=12.6.0
pkgrel=1
pkgdesc="Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 version from PyPi"
arch=('i686' 'x86_64') # setup.py downloads pre-built binary components, so it doesn't work on ARM (yet).
@@ -9,7 +9,7 @@ license=('custom:wxWindows Library License, Version 3.1')
depends=('python' 'python-pygments>=2.0.2' 'python-colorama>=0.2.7')
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
-sha256sums=('fac5c7b2272e4239018e12f6dff4d238e0edd40e16c902e1dce2999d3634c03d'
+sha256sums=('e2fcec9ff92e7662e68e777c4deffa271036527103dea64e0a4a6521c60aee4e'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")