summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2018-11-11 20:52:06 -0500
committeralgebro2018-11-11 20:52:06 -0500
commit64a4990a9555a1e954b6b5efd8f82af31f726a78 (patch)
treedff90dfa7c790ba62c17c92015bb20ee00974e14
parent632e296342345d338292a6d1c2491b24498c1438 (diff)
downloadaur-64a4990a9555a1e954b6b5efd8f82af31f726a78.tar.gz
Update to version 12.2.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcbc09fa0c72..4618e6c5eaca 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.2.23
+ pkgver = 12.2.24
pkgrel = 1
url = http://www.frida.re
arch = i686
@@ -11,9 +11,9 @@ pkgbase = python2-frida
depends = python2-prompt_toolkit=1.0.15
depends = python2-colorama
conflicts = python-frida
- source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.2.23.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.2.24.tar.gz
source = COPYING
- sha256sums = f1563ca5d3a77b6b8538e580a82389eff680a47fa7abacece184f4292d81a86e
+ sha256sums = 3be2b664e3d656edf65254f7b36b7807666726cdf1903962997af8c670922421
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index 4a8fc0185bf4..b1ff6a8a8378 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=12.2.23
+pkgver=12.2.24
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-prompt_toolkit=1.0.15' 'python2-colorama')
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
-sha256sums=('f1563ca5d3a77b6b8538e580a82389eff680a47fa7abacece184f4292d81a86e'
+sha256sums=('3be2b664e3d656edf65254f7b36b7807666726cdf1903962997af8c670922421'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")