diff options
author | Christiaan Biesterbosch | 2024-07-16 20:33:37 +0200 |
---|---|---|
committer | Christiaan Biesterbosch | 2024-07-16 20:33:37 +0200 |
commit | 5721edbffe18d2067a426e4455596ff48694a331 (patch) | |
tree | 6d009e5b206f650dfb573cd5b34ccdeeaa33c362 /PKGBUILD | |
parent | 0ac1ab6435bf759ab797214f2d220363f8d344d1 (diff) | |
download | aur-5721edbffe18d2067a426e4455596ff48694a331.tar.gz |
v16.4.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ _pkgname=frida pkgname=python-$_pkgname -pkgver=16.4.3 +pkgver=16.4.4 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=('881054ef52eb4ebcd7c1e5778006b8bfe00999faf6bdaafafa9000a010cd6e4c' +sha256sums=('71640972d0c469578a0ccd1de54a8921c7acb32649d211e7c384c956e7e90c10' '5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2') conflicts=("python2-${_pkgname}") |