summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2020-12-05 15:03:19 -0500
committeralgebro2020-12-05 15:03:19 -0500
commit591b6e74826064ddb817766fbe881b48bbe636a0 (patch)
treebc8c97afeb27d26b85379f2819f38d8db59cf882
parent6d1ec4cec1d951694a89a7d7d352f80cc489b21d (diff)
downloadaur-591b6e74826064ddb817766fbe881b48bbe636a0.tar.gz
v14.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a771df96bb..0f7c65365999 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 = 14.0.8
+ pkgver = 14.1.2
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-14.0.8.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-14.1.2.tar.gz
source = COPYING
- sha256sums = 5d069576dc16258cd854f1dc00d7df04a0ca454d6070872f3e9cfa1a4f2170a4
+ sha256sums = 069e9a4508628ca891e9eb76430b6d1d006a97cffefe8234845e322be41a6804
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index 63275a42dcee..837dbff61b77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=14.0.8
+pkgver=14.1.2
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=('5d069576dc16258cd854f1dc00d7df04a0ca454d6070872f3e9cfa1a4f2170a4'
+sha256sums=('069e9a4508628ca891e9eb76430b6d1d006a97cffefe8234845e322be41a6804'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")