Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/princeprocessor/
Date: Thu, 18 Apr 2019 00:34:57
Message-Id: 1555547596.40a6a455918e15a38050bfa7e125848601eac770.whissi@gentoo
1 commit: 40a6a455918e15a38050bfa7e125848601eac770
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 18 00:33:16 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 18 00:33:16 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a6a455
7
8 app-crypt/princeprocessor: fix BadFilename
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 app-crypt/princeprocessor/Manifest | 2 +-
14 app-crypt/princeprocessor/princeprocessor-0.22.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-crypt/princeprocessor/Manifest b/app-crypt/princeprocessor/Manifest
18 index 981018a96a1..c566d37bcc4 100644
19 --- a/app-crypt/princeprocessor/Manifest
20 +++ b/app-crypt/princeprocessor/Manifest
21 @@ -1 +1 @@
22 -DIST v0.22.tar.gz 38829 BLAKE2B 396a3b12bd390dca80f8d054e8e0c04c70d0bc1cb4f957d53f9f7f4a8aaa87edc1499cde20e01dfa288ba8212403e87e2c6180f1cee3da4825938d08cb2da1df SHA512 8b73867b3f8a83601cde9d6d17e917d0ba468873eda8c47e3c4de7a0511fe35bedb44c68897df9fcc48b1737c1f2c026117e9398f5ff4202611a001fe33990df
23 +DIST princeprocessor-0.22.tar.gz 38829 BLAKE2B 396a3b12bd390dca80f8d054e8e0c04c70d0bc1cb4f957d53f9f7f4a8aaa87edc1499cde20e01dfa288ba8212403e87e2c6180f1cee3da4825938d08cb2da1df SHA512 8b73867b3f8a83601cde9d6d17e917d0ba468873eda8c47e3c4de7a0511fe35bedb44c68897df9fcc48b1737c1f2c026117e9398f5ff4202611a001fe33990df
24
25 diff --git a/app-crypt/princeprocessor/princeprocessor-0.22.ebuild b/app-crypt/princeprocessor/princeprocessor-0.22.ebuild
26 index 8f540412c78..cc8b1da7755 100644
27 --- a/app-crypt/princeprocessor/princeprocessor-0.22.ebuild
28 +++ b/app-crypt/princeprocessor/princeprocessor-0.22.ebuild
29 @@ -5,7 +5,7 @@ EAPI=7
30
31 DESCRIPTION="Standalone password candidate generator using the PRINCE algorithm"
32 HOMEPAGE="https://github.com/hashcat/princeprocessor"
33 -SRC_URI="https://github.com/hashcat/princeprocessor/archive/v${PV}.tar.gz"
34 +SRC_URI="https://github.com/hashcat/princeprocessor/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35
36 LICENSE="MIT"
37 SLOT="0"