summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2018-11-15 14:10:06 -0500
committeralgebro2018-11-15 14:10:06 -0500
commite50422188256f60e969f0c046ce3a4f474d20485 (patch)
tree64cad7847cb13ec1b179f85aafb85147641700ef
parent64a4990a9555a1e954b6b5efd8f82af31f726a78 (diff)
downloadaur-e50422188256f60e969f0c046ce3a4f474d20485.tar.gz
Update to version 12.2.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4618e6c5eaca..08407e223d74 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.24
+ pkgver = 12.2.25
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.24.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-12.2.25.tar.gz
source = COPYING
- sha256sums = 3be2b664e3d656edf65254f7b36b7807666726cdf1903962997af8c670922421
+ sha256sums = a7b794cb50057177baeffb51e094090393e4b90f31006bc72a7c609bd7197ba3
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python2-frida
diff --git a/PKGBUILD b/PKGBUILD
index b1ff6a8a8378..3ae6fa85857b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=12.2.24
+pkgver=12.2.25
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=('3be2b664e3d656edf65254f7b36b7807666726cdf1903962997af8c670922421'
+sha256sums=('a7b794cb50057177baeffb51e094090393e4b90f31006bc72a7c609bd7197ba3'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")