diff options
author | Sam James <sam@gentoo.org> | 2022-06-09 06:18:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-09 06:18:17 +0100 |
commit | c4436faa1cd0d45470ed2449847bbbc9278ce796 (patch) | |
tree | d2cfe68d16ec338e017896df620d7f3b68e4d81a /dev-python/yara-python | |
parent | dev-python/yara-python: fix python_compile (diff) | |
download | gentoo-c4436faa1cd0d45470ed2449847bbbc9278ce796.tar.gz gentoo-c4436faa1cd0d45470ed2449847bbbc9278ce796.tar.bz2 gentoo-c4436faa1cd0d45470ed2449847bbbc9278ce796.zip |
dev-python/yara-python: update SRC_URI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/yara-python')
-rw-r--r-- | dev-python/yara-python/Manifest | 1 | ||||
-rw-r--r-- | dev-python/yara-python/yara-python-4.2.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/yara-python/Manifest b/dev-python/yara-python/Manifest index f7f693916484..ddeb05c57a8b 100644 --- a/dev-python/yara-python/Manifest +++ b/dev-python/yara-python/Manifest @@ -1 +1,2 @@ +DIST yara-python-4.2.0.gh.tar.gz 34459 BLAKE2B fce460385eaa75dd1779fe49c7937ff36d7604433deb310b6fe9e66af9ea521952f92bee61829372cf19c7efee170329609530f1f9e863991720e4887c3c1349 SHA512 ba08d709fc51679ec9fe36165e0864b79fc241f85c681bf59823fe7bb0e34e928cded050ff296147eb5bcb837485f39949aa93425a0eb9ca8b3730e60fac93f4 DIST yara-python-4.2.0.tar.gz 34459 BLAKE2B fce460385eaa75dd1779fe49c7937ff36d7604433deb310b6fe9e66af9ea521952f92bee61829372cf19c7efee170329609530f1f9e863991720e4887c3c1349 SHA512 ba08d709fc51679ec9fe36165e0864b79fc241f85c681bf59823fe7bb0e34e928cded050ff296147eb5bcb837485f39949aa93425a0eb9ca8b3730e60fac93f4 diff --git a/dev-python/yara-python/yara-python-4.2.0-r1.ebuild b/dev-python/yara-python/yara-python-4.2.0-r1.ebuild index fa16ee3db1f1..5f05588894f8 100644 --- a/dev-python/yara-python/yara-python-4.2.0-r1.ebuild +++ b/dev-python/yara-python/yara-python-4.2.0-r1.ebuild @@ -9,7 +9,7 @@ inherit distutils-r1 DESCRIPTION="Python interface for a malware identification and classification tool" HOMEPAGE="https://github.com/VirusTotal/yara-python" -SRC_URI="https://github.com/virustotal/yara-python/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/virustotal/yara-python/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" LICENSE="Apache-2.0" SLOT="0" |