summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2019-10-09 10:50:04 -0400
committeralgebro2019-10-09 10:50:04 -0400
commit406b7391d9c7377789e31d2cd00f6420a9977ffc (patch)
treeffbc2f370b7b2883c809c207924d7c779b380c11
parentbf1f8852b5849209442039fb001d4c3855901007 (diff)
downloadaur-406b7391d9c7377789e31d2cd00f6420a9977ffc.tar.gz
Update to 12.7.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f109171aa3b..df2dd9a8edf4 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.6.14
+ pkgver = 12.7.6
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.6.14.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.7.6.tar.gz
source = COPYING
- sha256sums = 52e9dc674c9ef6329d6a7008f0878bfb1d5611f09b246fe52f464241179207e8
+ sha256sums = bc707cb01eba296e9a60a10eae259261c28a7d33be45460217195d4afff9ca6a
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python-frida
diff --git a/PKGBUILD b/PKGBUILD
index 1dee7415686b..0dc69fa4a15c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=12.6.14
+pkgver=12.7.6
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=('52e9dc674c9ef6329d6a7008f0878bfb1d5611f09b246fe52f464241179207e8'
+sha256sums=('bc707cb01eba296e9a60a10eae259261c28a7d33be45460217195d4afff9ca6a'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")