summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19b1abb67b49..4a8fc0185bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
_pkgname=frida
pkgname=python2-$_pkgname
-pkgver=12.2.22
+pkgver=12.2.23
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')
url="http://www.frida.re"
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/ed/fd/6059165a1011277e3461d727015f8c29f4247d3435aa3e607f5317236ded/frida-${pkgver}.tar.gz"
+source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
-sha256sums=('58a2e05dc4f3c59a0b08fe4c4077aed04adb17126d757d4d4113ba6645fab0b9'
+sha256sums=('f1563ca5d3a77b6b8538e580a82389eff680a47fa7abacece184f4292d81a86e'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python-${_pkgname}")