summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristiaan Biesterbosch2024-07-24 09:26:17 +0200
committerChristiaan Biesterbosch2024-07-24 09:26:17 +0200
commit0049509349893e15dc85d3be2e738518b6133a7e (patch)
treeb81a211cb483454bb98b987097e621b1bffc6e10
parentabaac098a68790df597f3746ff999bfcb33e22c7 (diff)
downloadaur-0049509349893e15dc85d3be2e738518b6133a7e.tar.gz
v16.4.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba55176b5178..632945ca8a34 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 = 16.4.5
+ pkgver = 16.4.7
pkgrel = 1
url = https://www.frida.re
arch = i686
@@ -18,9 +18,9 @@ pkgbase = python-frida
optdepends = python-typing_extensions: for Python <3.8
optdepends = rustup: for injecting Rust code into targets
conflicts = python2-frida
- source = https://files.pythonhosted.org/packages/source/f/frida/frida-16.4.5.tar.gz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-16.4.7.tar.gz
source = COPYING
- sha256sums = d8240fa083b0f5bed71b913bad2d4950837f9076de2935f298e9a4a906bee29d
+ sha256sums = 0a27cafa405de46796510fbf5846b545ea1b4e21943672e50fe719ea057bfced
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
pkgname = python-frida
diff --git a/PKGBUILD b/PKGBUILD
index 213552c4bc89..93b57ad004e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=16.4.5
+pkgver=16.4.7
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' 'armv7h' 'aarch64')
@@ -17,7 +17,7 @@ makedepends=(python-build python-installer python-wheel python-setuptools)
# Sourced from https://pypi.org/project/frida/#files
source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
-sha256sums=('d8240fa083b0f5bed71b913bad2d4950837f9076de2935f298e9a4a906bee29d'
+sha256sums=('0a27cafa405de46796510fbf5846b545ea1b4e21943672e50fe719ea057bfced'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
conflicts=("python2-${_pkgname}")