reflutter-0.7.2.ebuild

This commit is contained in:
Anton Bolshakov 2022-07-04 18:11:01 +08:00
parent dd728f1915
commit c01f5cdd41
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
DIST reflutter-0.5.0.tar.gz 6179 BLAKE2B 60d3f9834a8dd3faa5af0130c5f4d1dbdf75f85dfbea03fa8d56f366d624cc4802c946ef2f49c61caa9a3a061d43c99e2ba0a3110c1418647b2203d11503549a SHA512 e87d3ed877c48fd7ccc570f7f574a59546c982daef619d5e706a62db7117e6969d3a4055764cb3d947050b7270fa05ec41a0b0285f4cb26c06a2288d2a0de26c
DIST reflutter-0.7.2.tar.gz 8698 BLAKE2B bea3520a227dfe7d2b27b54bbea2269ddb70ee8aa5d9eba65260da1ca7ec44a9c823729a48e1bfb8e53dd5abba18e122c959dacc42e870b8fc6d3cb604b95e1e SHA512 9a52429ff7fd480615ace6373f85e9c5c21efb457fd46e12da642fdd143b014ecf3365da8c4b866b315195024677d701d01c46fe2cc32d518df6f34791c7a47b

View file

@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1
DESCRIPTION="Flutter apps reverse engineering"
HOMEPAGE="https://github.com/ptswarm/reFlutter"
HOMEPAGE="https://github.com/Impact-I/reFlutter"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE=""