diff options
author | Christiaan Biesterbosch | 2024-08-24 16:15:31 +0200 |
---|---|---|
committer | Christiaan Biesterbosch | 2024-08-24 16:15:31 +0200 |
commit | d5e1b2480d5b7cf8051581343cd8b1435ac01092 (patch) | |
tree | f9c55e00656fa5e119aeb391e0943716f4f989b1 | |
parent | 0049509349893e15dc85d3be2e738518b6133a7e (diff) | |
download | aur-d5e1b2480d5b7cf8051581343cd8b1435ac01092.tar.gz |
v16.4.10
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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.7 + pkgver = 16.4.10 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.7.tar.gz + source = https://files.pythonhosted.org/packages/source/f/frida/frida-16.4.10.tar.gz source = COPYING - sha256sums = 0a27cafa405de46796510fbf5846b545ea1b4e21943672e50fe719ea057bfced + sha256sums = 5d5285f200eb35af16c1d4e28b973cfb57364f0ce559464ac43cbd8299cfef5b sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2 pkgname = python-frida @@ -4,7 +4,7 @@ _pkgname=frida pkgname=python-$_pkgname -pkgver=16.4.7 +pkgver=16.4.10 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=('0a27cafa405de46796510fbf5846b545ea1b4e21943672e50fe719ea057bfced' +sha256sums=('5d5285f200eb35af16c1d4e28b973cfb57364f0ce559464ac43cbd8299cfef5b' '5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2') conflicts=("python2-${_pkgname}") |