diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-frida.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /frida-16.0.11.tar.gz +/frida-16.0.17.tar.gz diff --git a/python-frida.spec b/python-frida.spec index fb7d698..69b2e07 100644 --- a/python-frida.spec +++ b/python-frida.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-frida -Version: 16.0.11 +Version: 16.0.17 Release: 1 Summary: Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers License: wxWindows Library Licence, Version 3.1 URL: https://frida.re -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/21/9c/85bd7e21fbc847e804dbe2d6afb27987282a8e2ac4a0fe3a025ee172a02f/frida-16.0.11.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/25/0e/79cee8386a045cf8aec4fbd1a477795070f238e2751115cc6bebb9ac2aa3/frida-16.0.17.tar.gz Requires: python3-typing-extensions @@ -79,7 +79,7 @@ pip install frida-16.0.1.dev7-cp34-abi3-win_amd64.whl %prep -%autosetup -n frida-16.0.11 +%autosetup -n frida-16.0.17 %build %py3_build @@ -119,5 +119,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 16.0.11-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 16.0.17-1 - Package Spec generated @@ -1 +1 @@ -e2a3ee05da97c70f0bf97c26803efdbe frida-16.0.11.tar.gz +5844bfc5b95e138c065a5d61a7f4050e frida-16.0.17.tar.gz |