summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2019-03-18 11:50:49 -0400
committeralgebro2019-03-18 11:50:49 -0400
commit503ef06991c2bf46f8da71ff26724ec29480d4ac (patch)
treeae2251c26defbb2507ae374ac2efcd29462c46fc
parent3e2a7d18b3e0bc5e54069f52be73dd850e0a1e34 (diff)
downloadaur-503ef06991c2bf46f8da71ff26724ec29480d4ac.tar.gz
Update to 12.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79c57dc7a6f1..b0f5eba645a9 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.0
+ pkgver = 12.4.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.4.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.4.1.tar.gz
source = COPYING
- sha256sums = 42db07f0ba5bfae92c17c4201b76aa11ba70847cda84e8272ffad129c11ca115
+ sha256sums = d38842f777d8e78a9911d4e3ab6eab9e56ba3ac95bfeb2eb95411533bb06f424
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index e3565c3b7460..1d2b1eba588b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=12.4.0
+pkgver=12.4.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=('42db07f0ba5bfae92c17c4201b76aa11ba70847cda84e8272ffad129c11ca115'
+sha256sums=('d38842f777d8e78a9911d4e3ab6eab9e56ba3ac95bfeb2eb95411533bb06f424'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")