summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralgebro2021-09-20 09:14:02 -0400
committeralgebro2021-09-20 09:14:02 -0400
commit45730d12a1ad411278ed8129530db40f13c8cab8 (patch)
treec724c402bf68a2041e14fa78a185999bc5ae72f6
parent0274c58313d40d23367bbabcde6a2f0b09c0123e (diff)
downloadaur-45730d12a1ad411278ed8129530db40f13c8cab8.tar.gz
v10.2.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a5d4dbb0861..56629319dc5f 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.2.4
+ pkgver = 10.2.2
pkgrel = 1
url = http://www.frida.re
arch = i686
@@ -12,10 +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.2.4.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida-tools/frida-tools-10.2.2.tar.gz
source = COPYING
- sha256sums = 083106be6dfdc0460483b3617465f83d2097a2c3e3e5b107d16e96093b570a57
+ sha256sums = b92ab5cff78b39c6d08950b0bdd030b2ad80d1444be4ceb29a97410df5c94879
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python-frida-tools
-
diff --git a/PKGBUILD b/PKGBUILD
index 0fd50543e376..d283270a273b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=frida-tools
pkgname=python-$_pkgname
-pkgver=9.2.4
+pkgver=10.2.2
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=('083106be6dfdc0460483b3617465f83d2097a2c3e3e5b107d16e96093b570a57'
+sha256sums=('b92ab5cff78b39c6d08950b0bdd030b2ad80d1444be4ceb29a97410df5c94879'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")