summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2021-02-13 15:43:13 -0500
committeralgebro2021-02-13 15:43:13 -0500
commit6a33a2523bd0bb3221c3543cd8b4ac6238dd601c (patch)
tree641e1cf5cb8dfa53629a7f6b6fd1bb3d47846f13
parent5679f8b6283bdbd8b33aaee9fe7ca7ab0d4655e2 (diff)
downloadaur-6a33a2523bd0bb3221c3543cd8b4ac6238dd601c.tar.gz
v9.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a899061c764..9b66c4b9a18d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-frida-tools
pkgdesc = CLI tools for Frida. Python 3 version from PyPi.
- pkgver = 9.1.0
+ pkgver = 9.2.1
pkgrel = 1
url = http://www.frida.re
arch = i686
@@ -12,9 +12,9 @@ pkgbase = python-frida-tools
depends = python-frida>=12.8.12
depends = python-prompt_toolkit>=3.0.3
conflicts = python2-frida-tools
- source = https://files.pythonhosted.org/packages/source/f/frida-tools/frida-tools-9.1.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida-tools/frida-tools-9.2.1.tar.gz
source = COPYING
- sha256sums = 0f543f9098c1c89dfb1888cea2199e5e5604bd1b2d60c2c6044065333b5c7545
+ sha256sums = fb2031a3c993251f9d47f7044386ca753e4d4a0d54303f536af113a19081943f
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python-frida-tools
diff --git a/PKGBUILD b/PKGBUILD
index 9a135e73063f..bc7745e72165 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=frida-tools
pkgname=python-$_pkgname
-pkgver=9.1.0
+pkgver=9.2.1
pkgrel=1
pkgdesc="CLI tools for Frida. Python 3 version from PyPi."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('wxWindows Library License, Version 3.1')
depends=('python' 'python-pygments>=2.02' 'python-colorama>=0.2.7' 'python-frida>=12.8.12' 'python-prompt_toolkit>=3.0.3')
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
-sha256sums=('0f543f9098c1c89dfb1888cea2199e5e5604bd1b2d60c2c6044065333b5c7545'
+sha256sums=('fb2031a3c993251f9d47f7044386ca753e4d4a0d54303f536af113a19081943f'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")