summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralgebro2021-04-16 11:23:16 -0400
committeralgebro2021-04-16 11:23:16 -0400
commit0274c58313d40d23367bbabcde6a2f0b09c0123e (patch)
tree4a86d7d3e62ea5c18a16c76bf1e6e466053e7bb5 /PKGBUILD
parent6a33a2523bd0bb3221c3543cd8b4ac6238dd601c (diff)
downloadaur-0274c58313d40d23367bbabcde6a2f0b09c0123e.tar.gz
v9.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc7745e72165..0fd50543e376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=frida-tools
pkgname=python-$_pkgname
-pkgver=9.2.1
+pkgver=9.2.4
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=('fb2031a3c993251f9d47f7044386ca753e4d4a0d54303f536af113a19081943f'
+sha256sums=('083106be6dfdc0460483b3617465f83d2097a2c3e3e5b107d16e96093b570a57'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")