summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2020-12-18 23:20:25 -0500
committeralgebro2020-12-18 23:20:25 -0500
commitd9334df7191e354c4671333c81e53ea385a58c25 (patch)
treebf35cd671deb67fa0ee1be131db4f9e9ef099b9b
parent5bf171d0dc45c049bf0eb93ab1a4970d39431433 (diff)
downloadaur-d9334df7191e354c4671333c81e53ea385a58c25.tar.gz
v14.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dec8e537ae01..b9a1d10db28b 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 = 14.1.2
+ pkgver = 14.2.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-14.1.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-14.2.0.tar.gz
source = COPYING
- sha256sums = 069e9a4508628ca891e9eb76430b6d1d006a97cffefe8234845e322be41a6804
+ sha256sums = bfb77d6f061cf2f27f2bc82a77cef04cbb414fdfac44a4c92de530f3a7f5c981
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python-frida
diff --git a/PKGBUILD b/PKGBUILD
index 60b676c9d7fb..f9578f8a7454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=14.1.2
+pkgver=14.2.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=('069e9a4508628ca891e9eb76430b6d1d006a97cffefe8234845e322be41a6804'
+sha256sums=('bfb77d6f061cf2f27f2bc82a77cef04cbb414fdfac44a4c92de530f3a7f5c981'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")