objection: 1.8.4 bump

This commit is contained in:
blshkv 2020-02-11 19:44:54 +08:00
parent 44b1edd553
commit b797126f1e
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,3 @@
DIST objection-1.7.0-node_modules.tar.gz 15801482 BLAKE2B 55008cdde77c06488148f9e093271c729ae9a17779aa9bc0163789294fea92460e22c4e5ea02c5b7a702030fa85e450bcad67d03b5249cd4fbb47fa1668992df SHA512 97b3fadc85b92183cd0057ca0b6108b0f210a8d0ea729cdba9fda5e343629a4390daac9b06da3a4fca27504a70882ee00b819d7b9df04d64202c1d25e0615f88
DIST objection-1.7.5.tar.gz 1669556 BLAKE2B bc0981091411ee4837106bf6380dce99e278706d678f80a099730a2110df1951728916ca1202de215e75944986dde3105e01c4f54919610d25a8b0423ff37a38 SHA512 2b7f1623f0564c289ac6e1f5748fc31b2c3950b30fe425e10880b8f4c7df73d46af0fb8f9f8d931d2130fa8d6544a3e0e3ce00b1f0fb16e3f9dee05283a76f65
DIST objection-1.8.3.tar.gz 1680243 BLAKE2B fda478557a53359a6505de47a1832b9a9c2c3d7c93521112ad2a6c07b8ed77a87485db790966d37208dc5b162fe57020f61372df46309146e55de160657f0ab8 SHA512 7338edf7ac08abe040c467b187262b6cda59220ab175ea4e334d6c51a9e70fa59031373c136798dd727e893dc5bf5481950fa2350e4eacee076eea587f8b54ac
DIST objection-1.8.4.tar.gz 1680315 BLAKE2B 694b75c6128f3e2e43a1581cc26794903304751237a4ca24429146f1226da40a59e5a84511130cecd8cdf43227f088ba10e3a77bc8f8db0aa91dfba0549fb122 SHA512 4dacae6c50b3f7c48373aacb849833170339a2e8e897245a633738495f998f21fa132141755d4c43106cc9940f3c9f3449e03f62fc62e45143d2ac58471c4691

View file

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Runtime mobile exploration"
@ -24,6 +24,8 @@ RDEPEND="dev-util/frida-tools[${PYTHON_USEDEP}]
dev-python/delegator[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/pygments[${PYTHON_USEDEP}]
>=dev-python/litecli-1.1.0[${PYTHON_USEDEP}]
net-libs/nodejs[npm]"
DEPEND="${RDEPEND}