summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristiaan Biesterbosch2023-02-15 15:09:21 +0100
committerChristiaan Biesterbosch2023-02-15 15:09:21 +0100
commit6d16ebd057ee7c58f19ecf7deb5f84ecca541999 (patch)
treef81d5e397bbdb7e9615584eb69257a1635511601
parent9ab4b84daac20c286993dc4fe99a2ef99c87a3b6 (diff)
downloadaur-6d16ebd057ee7c58f19ecf7deb5f84ecca541999.tar.gz
16.0.9
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD14
2 files changed, 19 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07d18c5bdeb4..dcce592644ef 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.0.8
+ pkgver = 16.0.9
pkgrel = 1
url = https://www.frida.re
arch = i686
@@ -11,18 +11,18 @@ pkgbase = python-frida
depends = python
optdepends = python-typing_extensions: for Python <3.8
conflicts = python2-frida
- noextract = frida-core-devkit-16.0.8-linux.tar.xz
- source = https://files.pythonhosted.org/packages/72/b2/b066593f87e7ee8c144939367e8055ca32594dbbc361b443c414739ff9cc/frida-16.0.8.tar.gz
+ noextract = frida-core-devkit-16.0.9-linux.tar.xz
+ source = https://files.pythonhosted.org/packages/source/f/frida/frida-16.0.9.tar.gz
source = COPYING
- sha256sums = 2d5dcc2c12d4d9ba023cc3a9e8deb4bbb58f7a6827988a2dc68a223860115177
+ sha256sums = eb638ac8f5ec76ed6c052f1e3e542698ffba42fece3cdef2ea8dbde6057bbcd9
sha256sums = 5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2
- source_i686 = frida-core-devkit-16.0.8-linux.tar.xz::https://github.com/frida/frida/releases/download/16.0.8/frida-core-devkit-16.0.8-linux-x86.tar.xz
- sha256sums_i686 = e2cc1117769e99c6017ad14b5bd15411989d4b5ac72123d58d0dc2eb4c3e6d8e
- source_x86_64 = frida-core-devkit-16.0.8-linux.tar.xz::https://github.com/frida/frida/releases/download/16.0.8/frida-core-devkit-16.0.8-linux-x86_64.tar.xz
- sha256sums_x86_64 = bfd0a71f673bbf134dcdcf1d8476641af521a62421c21ba0d46a8d3de5d614e2
- source_armv7h = frida-core-devkit-16.0.8-linux.tar.xz::https://github.com/frida/frida/releases/download/16.0.8/frida-core-devkit-16.0.8-linux-armhf.tar.xz
- sha256sums_armv7h = e4530c44fb197e7c64a54579a494cbc4716b17a278b3e96cf5bf680bdad8556a
- source_aarch64 = frida-core-devkit-16.0.8-linux.tar.xz::https://github.com/frida/frida/releases/download/16.0.8/frida-core-devkit-16.0.8-linux-arm64.tar.xz
- sha256sums_aarch64 = bd95986563a92f1d18c5ea9ccce4c6eb3c1944542aabaab05b5a196f9891bf42
+ source_i686 = frida-core-devkit-16.0.9-linux.tar.xz::https://github.com/frida/frida/releases/download/16.0.9/frida-core-devkit-16.0.9-linux-x86.tar.xz
+ sha256sums_i686 = 2d396586786e1acfde46b73eceeb262b306c8e3d86961c0f184ef82250b4c584
+ source_x86_64 = frida-core-devkit-16.0.9-linux.tar.xz::https://github.com/frida/frida/releases/download/16.0.9/frida-core-devkit-16.0.9-linux-x86_64.tar.xz
+ sha256sums_x86_64 = 2f54675817f3a7032c8ca5150ba5066e9e72f1f91fff02be4fd10fd2a1fc553a
+ source_armv7h = frida-core-devkit-16.0.9-linux.tar.xz::https://github.com/frida/frida/releases/download/16.0.9/frida-core-devkit-16.0.9-linux-armhf.tar.xz
+ sha256sums_armv7h = f6dc49ba335521ab68c2177bd9152fabe5e5f0483f900a70c5ee030dfc5db9b5
+ source_aarch64 = frida-core-devkit-16.0.9-linux.tar.xz::https://github.com/frida/frida/releases/download/16.0.9/frida-core-devkit-16.0.9-linux-arm64.tar.xz
+ sha256sums_aarch64 = 9ba346a7a3259788e3e0d56fb1d195f41831edc3af548703607a25dc5c030e39
pkgname = python-frida
diff --git a/PKGBUILD b/PKGBUILD
index 9089d452d332..8bd5f257c185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=frida
pkgname=python-$_pkgname
-pkgver=16.0.8
+pkgver=16.0.9
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')
@@ -13,19 +13,19 @@ license=('custom:wxWindows Library License, Version 3.1')
depends=('python')
optdepends=('python-typing_extensions: for Python <3.8')
# Sourced from https://pypi.org/project/frida/#files
-source=("https://files.pythonhosted.org/packages/72/b2/b066593f87e7ee8c144939367e8055ca32594dbbc361b443c414739ff9cc/${_pkgname}-${pkgver}.tar.gz"
+source=("https://files.pythonhosted.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
"COPYING")
# Sourced from https://github.com/frida/frida/releases
source_i686=("frida-core-devkit-${pkgver}-linux.tar.xz::https://github.com/frida/frida/releases/download/${pkgver}/frida-core-devkit-${pkgver}-linux-x86.tar.xz")
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=('2d5dcc2c12d4d9ba023cc3a9e8deb4bbb58f7a6827988a2dc68a223860115177'
+sha256sums=('eb638ac8f5ec76ed6c052f1e3e542698ffba42fece3cdef2ea8dbde6057bbcd9'
'5ea1544b51a28bc823b03159190d4108f9fb4f4ef912389f5137c6d295e175b2')
-sha256sums_i686=('e2cc1117769e99c6017ad14b5bd15411989d4b5ac72123d58d0dc2eb4c3e6d8e')
-sha256sums_x86_64=('bfd0a71f673bbf134dcdcf1d8476641af521a62421c21ba0d46a8d3de5d614e2')
-sha256sums_armv7h=('e4530c44fb197e7c64a54579a494cbc4716b17a278b3e96cf5bf680bdad8556a')
-sha256sums_aarch64=('bd95986563a92f1d18c5ea9ccce4c6eb3c1944542aabaab05b5a196f9891bf42')
+sha256sums_i686=('2d396586786e1acfde46b73eceeb262b306c8e3d86961c0f184ef82250b4c584')
+sha256sums_x86_64=('2f54675817f3a7032c8ca5150ba5066e9e72f1f91fff02be4fd10fd2a1fc553a')
+sha256sums_armv7h=('f6dc49ba335521ab68c2177bd9152fabe5e5f0483f900a70c5ee030dfc5db9b5')
+sha256sums_aarch64=('9ba346a7a3259788e3e0d56fb1d195f41831edc3af548703607a25dc5c030e39')
noextract=("frida-core-devkit-${pkgver}-linux.tar.xz")
conflicts=("python2-${_pkgname}")