summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2021-01-16 15:06:38 -0500
committeralgebro2021-01-16 15:06:38 -0500
commit280bb8f27893d8d16f2d8768aa8770b21be61525 (patch)
treed6132e9e1552019e1c68ab8bb6d10e1579f9ba9e
parentae8f87e8f60201393396309e6d7e42c2f6683c3e (diff)
downloadaur-280bb8f27893d8d16f2d8768aa8770b21be61525.tar.gz
v14.2.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a5805c19e5..968e5fb4d870 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.2.3
+ pkgver = 14.2.6
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.2.3.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-14.2.6.tar.gz
source = COPYING
- sha256sums = 5be81448bfb318c7079e0244cd6baa0c4cceaef9ad4fa556dff5da846a7f1a37
+ sha256sums = 5fed7f75b7251ccd6ac1773e9947de5fa18ba2d03f82fb3f6dc79a2fd2ec966a
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index 906eaf51f0c9..2f32132cb226 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=14.2.3
+pkgver=14.2.6
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=('5be81448bfb318c7079e0244cd6baa0c4cceaef9ad4fa556dff5da846a7f1a37'
+sha256sums=('5fed7f75b7251ccd6ac1773e9947de5fa18ba2d03f82fb3f6dc79a2fd2ec966a'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")