diff options
author | Kriskras99 | 2025-04-26 21:07:43 +0200 |
---|---|---|
committer | Kriskras99 | 2025-04-26 21:07:43 +0200 |
commit | 28dedf47166544c39822bba67ebdc9552e5f23b0 (patch) | |
tree | e2c7a79d61c1848abab037b3eed2b809170581ad /PKGBUILD | |
parent | 2ceccef07a68026dac06c743a4c1fbbbb0a835c0 (diff) | |
download | aur-28dedf47166544c39822bba67ebdc9552e5f23b0.tar.gz |
v16.7.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ _pkgname=frida pkgname=python-$_pkgname -pkgver=16.7.12 +pkgver=16.7.14 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') @@ -19,7 +19,7 @@ makedepends=(python-build python-installer python-wheel python-setuptools git) # Sourced from https://pypi.org/project/frida/#files source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz" "COPYING") -sha256sums=('a1921aefc433605deaea55403ecfff280dad308d7138c3b8c035f51650dd81b0' +sha256sums=('627ee9583bb7ec279f84810108157498c933a518e46e8729c32f864e61501fd8' '5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2') conflicts=("python2-${_pkgname}") |