summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristiaan Biesterbosch2023-11-14 10:10:55 +0100
committerChristiaan Biesterbosch2023-11-14 10:10:55 +0100
commit2a2c20181f2487423ac898245ea6c2612a075407 (patch)
tree2bddecf950a77eb4029234bcdcccdf6ce1192125
parent9988a8c0ff131c9632bd2a1a47a30f15a0d5328b (diff)
downloadaur-2a2c20181f2487423ac898245ea6c2612a075407.tar.gz
v16.1.6
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD12
2 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efc64d1480fc..6fda48aa5524 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.1.5
+ pkgver = 16.1.6
pkgrel = 1
url = https://www.frida.re
arch = i686
@@ -13,18 +13,18 @@ pkgbase = python-frida
optdepends = python-typing_extensions: for Python <3.8
optdepends = rustup: for injecting Rust code into targets
conflicts = python2-frida
- noextract = frida-core-devkit-16.1.5-linux.tar.xz
- source = https://files.pythonhosted.org/packages/source/f/frida/frida-16.1.5.tar.gz
+ noextract = frida-core-devkit-16.1.6-linux.tar.xz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-16.1.6.tar.gz
source = COPYING
- sha256sums = 97d5c3cd0db16a144a769e6f6129671b12dc72e31b6017bc56fc3c9137c2d511
+ sha256sums = a9c296268ab3ca6d2c0a067705fd2fcbde92dc20b04fd38a80e3fc13f0d8acff
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
- source_i686 = frida-core-devkit-16.1.5-linux.tar.xz::https://github.com/frida/frida/releases/download/16.1.5/frida-core-devkit-16.1.5-linux-x86.tar.xz
- sha256sums_i686 = 98a8f88fbbbe0d554dd8f2851329e7171b40722555f0c88133c6da82f23ebca0
- source_x86_64 = frida-core-devkit-16.1.5-linux.tar.xz::https://github.com/frida/frida/releases/download/16.1.5/frida-core-devkit-16.1.5-linux-x86_64.tar.xz
- sha256sums_x86_64 = 129777ad18e5f7aad94ed689710c2e5e2369cdbfc138e88746a63299838ae0c2
- source_armv7h = frida-core-devkit-16.1.5-linux.tar.xz::https://github.com/frida/frida/releases/download/16.1.5/frida-core-devkit-16.1.5-linux-armhf.tar.xz
- sha256sums_armv7h = a4b71545d882358a23d290b83527bbf0b58cc5dedcb94d51f2a80d1ef3ac8bac
- source_aarch64 = frida-core-devkit-16.1.5-linux.tar.xz::https://github.com/frida/frida/releases/download/16.1.5/frida-core-devkit-16.1.5-linux-arm64.tar.xz
- sha256sums_aarch64 = e843f1a584cb1900761ccf940788609911c8dda5bf0237d669fe09947cb4f603
+ source_i686 = frida-core-devkit-16.1.6-linux.tar.xz::https://github.com/frida/frida/releases/download/16.1.6/frida-core-devkit-16.1.6-linux-x86.tar.xz
+ sha256sums_i686 = 11c15db6ef77faebbf4ae6077f7a721fdc12c69205e8cc2217bc39d5d87a6a32
+ source_x86_64 = frida-core-devkit-16.1.6-linux.tar.xz::https://github.com/frida/frida/releases/download/16.1.6/frida-core-devkit-16.1.6-linux-x86_64.tar.xz
+ sha256sums_x86_64 = 75bc1f273584d68c20b0bb51845dfb7b9d5c66bc8ef208a19704e264b767e66d
+ source_armv7h = frida-core-devkit-16.1.6-linux.tar.xz::https://github.com/frida/frida/releases/download/16.1.6/frida-core-devkit-16.1.6-linux-armhf.tar.xz
+ sha256sums_armv7h = 748c068a1643a65f40677671989420e15cffacd0c1854680c549a5347ce2200a
+ source_aarch64 = frida-core-devkit-16.1.6-linux.tar.xz::https://github.com/frida/frida/releases/download/16.1.6/frida-core-devkit-16.1.6-linux-arm64.tar.xz
+ sha256sums_aarch64 = a50f5cd22a8ecdb33948328bb44812371744a9581742b4d22f73169d464a87e9
pkgname = python-frida
diff --git a/PKGBUILD b/PKGBUILD
index 0ea4af9e8dae..3f59bb3110ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=16.1.5
+pkgver=16.1.6
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')
@@ -22,12 +22,12 @@ source_i686=("frida-core-devkit-${pkgver}-linux.tar.xz::https://github.com/frida
source_x86_64=("frida-core-devkit-${pkgver}-linux.tar.xz::https://github.com/frida/frida/releases/download/${pkgver}/frida-core-devkit-${pkgver}-linux-x86_64.tar.xz")
source_armv7h=("frida-core-devkit-${pkgver}-linux.tar.xz::https://github.com/frida/frida/releases/download/${pkgver}/frida-core-devkit-${pkgver}-linux-armhf.tar.xz")
source_aarch64=("frida-core-devkit-${pkgver}-linux.tar.xz::https://github.com/frida/frida/releases/download/${pkgver}/frida-core-devkit-${pkgver}-linux-arm64.tar.xz")
-sha256sums=('97d5c3cd0db16a144a769e6f6129671b12dc72e31b6017bc56fc3c9137c2d511'
+sha256sums=('a9c296268ab3ca6d2c0a067705fd2fcbde92dc20b04fd38a80e3fc13f0d8acff'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
-sha256sums_i686=('98a8f88fbbbe0d554dd8f2851329e7171b40722555f0c88133c6da82f23ebca0')
-sha256sums_x86_64=('129777ad18e5f7aad94ed689710c2e5e2369cdbfc138e88746a63299838ae0c2')
-sha256sums_armv7h=('a4b71545d882358a23d290b83527bbf0b58cc5dedcb94d51f2a80d1ef3ac8bac')
-sha256sums_aarch64=('e843f1a584cb1900761ccf940788609911c8dda5bf0237d669fe09947cb4f603')
+sha256sums_i686=('11c15db6ef77faebbf4ae6077f7a721fdc12c69205e8cc2217bc39d5d87a6a32')
+sha256sums_x86_64=('75bc1f273584d68c20b0bb51845dfb7b9d5c66bc8ef208a19704e264b767e66d')
+sha256sums_armv7h=('748c068a1643a65f40677671989420e15cffacd0c1854680c549a5347ce2200a')
+sha256sums_aarch64=('a50f5cd22a8ecdb33948328bb44812371744a9581742b4d22f73169d464a87e9')
noextract=("frida-core-devkit-${pkgver}-linux.tar.xz")
conflicts=("python2-${_pkgname}")