summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2018-11-15 14:08:02 -0500
committeralgebro2018-11-15 14:08:02 -0500
commit65824cf288c009ab34c74a748189cdb8d6670108 (patch)
tree0bb8188da13f8ad183ca60620b1bc0e3e2919fee
parent4e339cc95a740236d54e3cf147aec7e7ba49629d (diff)
downloadaur-65824cf288c009ab34c74a748189cdb8d6670108.tar.gz
Updated 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 49e243f07f7d..d7adf6302cd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-frida
pkgdesc = Inject JavaScript to explore native apps on Windows, Mac, Linux, iOS and Android. Python 3 version from PyPi
- pkgver = 12.2.24
+ pkgver = 12.2.25
pkgrel = 1
url = https://www.frida.re
arch = i686
@@ -11,9 +11,9 @@ pkgbase = python-frida
depends = python-prompt_toolkit>=0.57
depends = python-colorama>=0.2.7
conflicts = python2-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 = python-frida
diff --git a/PKGBUILD b/PKGBUILD
index ce5c5958d6a7..8fc410b7ad86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_pkgname=frida
pkgname=python-$_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 3 version from PyPi"
arch=('i686' 'x86_64') # setup.py downloads pre-built binary components, so it doesn't work on ARM (yet).
@@ -9,7 +9,7 @@ license=('custom:wxWindows Library License, Version 3.1')
depends=('python' 'python-pygments>=2.0.2' 'python-prompt_toolkit>=0.57' 'python-colorama>=0.2.7')
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
-sha256sums=('3be2b664e3d656edf65254f7b36b7807666726cdf1903962997af8c670922421'
+sha256sums=('a7b794cb50057177baeffb51e094090393e4b90f31006bc72a7c609bd7197ba3'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")