hcxkeys: bump

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-12-13 10:25:27 -05:00
parent 81d2c36c28
commit bbe91ae406
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 2 additions and 29 deletions

View file

@ -1,2 +1 @@
DIST hcxkeys-4.0.1_p20180808.tar.gz 15622 BLAKE2B ada119d4113cff7d350a18c040ba18f10ef544bb958060391032a5eaa571a84af584e950b2fe2c51391367de82812a80b3bb04d94f899a588403ceef5e75005a SHA512 2d8c59324b5384effedfac11c4cf0b06f323a308cf6d83eec7c2f85f0a5b5e3d2edc8880a915f00d6ed0f76a68f2166d8c54a8718ba9f04683f51d353760423b
DIST hcxkeys-4.0.1_p20190131.tar.gz 15615 BLAKE2B ab4cffa6595b359f5d83b3e0ac0aeefcb4b34dd87228315514243e902e54ce7b95186415bae8d78f84e8d12dd13ae7bf161544b343878df6d00ad5ba9032f083 SHA512 24e668b05d05aee79220f2d7345a68d567bfd9973e7e778a50a1ce4969510b56e988f17854c4413abbdca4f391c6c4b47f48f83da526e944bf46b34975f38083
DIST hcxkeys-4.0.1_p20190712.tar.gz 15624 BLAKE2B 73162c283d0ea50bdedef131bb98ea7e2b2099c04b7eadcbda22e5ebc9f1006bc5dfd2a582b331cb9ca7b4a8cda041d33ff1b421422977cd3bd39ed627f55489 SHA512 68fde656f00ebb464f2bab23aabc31236f0e58055e4c445bf350faa0146c1d77d8614f7f499793c1df85422729d13ee01a46c336c81ac36a01eb7abbe91479bb

View file

@ -1,26 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Small set of tools to generate plainmasterkeys (rainbowtables) and hashes for the use with latest hashcat and John the Ripper"
HOMEPAGE="https://github.com/ZerBea/hcxkeys"
MY_COMMIT="1400e77aae4ae495687ef74e63ed60c4d2a42339"
SRC_URI="https://github.com/ZerBea/hcxkeys/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE=""
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="dev-libs/openssl:*
virtual/opencl"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
src_install(){
dobin wlangenpmk
dobin wlangenpmkocl
dobin pwhash
}

View file

@ -5,7 +5,7 @@ EAPI=6
DESCRIPTION="Small set of tools to generate plainmasterkeys (rainbowtables) and hashes for the use with latest hashcat and John the Ripper"
HOMEPAGE="https://github.com/ZerBea/hcxkeys"
MY_COMMIT="451c639d5fc099acb3eb86f647450650452cba2e"
MY_COMMIT="207746b3cb8a35daf8cde423e80c7b4dfe97db22"
SRC_URI="https://github.com/ZerBea/hcxkeys/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE=""