summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2020-10-26 13:11:27 -0400
committeralgebro2020-10-26 13:11:27 -0400
commit1cff26a8c0b27557f74c30813973e7f7bd095466 (patch)
tree4458b98f984e907ef23f5cc4bea47a8d283714ac
parent2cbd5539ae2c188233527b035d4cb7b190876847 (diff)
downloadaur-1cff26a8c0b27557f74c30813973e7f7bd095466.tar.gz
v14.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3a3395e0b975..fec65150e479 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.18
+ pkgver = 14.0.1
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.18.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-14.0.1.tar.gz
source = COPYING
- sha256sums = f0678a508cc03c3ada3f3d97c8a997fc516907c49928d16d81687a5760a491a4
+ sha256sums = 0830f966325334d590d4b37842d8f0816d0996aa47a2c7cc60c2aeb008271ee5
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index be0303a7c716..cca3bed75ef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=12.11.18
+pkgver=14.0.1
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=('f0678a508cc03c3ada3f3d97c8a997fc516907c49928d16d81687a5760a491a4'
+sha256sums=('0830f966325334d590d4b37842d8f0816d0996aa47a2c7cc60c2aeb008271ee5'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")