summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2019-04-17 15:08:29 -0400
committeralgebro2019-04-17 15:08:29 -0400
commita25ca7477178e80288feaea7f1e74c82faa61cd7 (patch)
tree22675e38b2d11bcb61d01518b9ced536f7de2630
parent9d6f7fd5e90bf43bee58d59bdad4bd47c29f5b5c (diff)
downloadaur-a25ca7477178e80288feaea7f1e74c82faa61cd7.tar.gz
Update to 12.4.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 105b128ae7ca..592212c08b91 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.4.4
+ pkgver = 12.4.8
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.4.4.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.4.8.tar.gz
source = COPYING
- sha256sums = ce24cdb4e6004441481727dd7f90d4283d65a3d096e195f0093e779f3e5f705f
+ sha256sums = fac5c7b2272e4239018e12f6dff4d238e0edd40e16c902e1dce2999d3634c03d
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index f4644f625cf3..7d97993a64e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=12.4.4
+pkgver=12.4.8
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=('ce24cdb4e6004441481727dd7f90d4283d65a3d096e195f0093e779f3e5f705f'
+sha256sums=('fac5c7b2272e4239018e12f6dff4d238e0edd40e16c902e1dce2999d3634c03d'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")