mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
stegcracker: bump
This commit is contained in:
parent
b512a5e74e
commit
ce90208595
3 changed files with 6 additions and 7 deletions
|
|
@ -1 +1 @@
|
|||
DIST stegcracker-20180803.tar.gz 860685 BLAKE2B e50daf358c85122375c856c7452d6cf10cbbcd4af64f15e958f5122e08db910eb48340c71a1e5a193c1e7599e6a6cb123a59f2e4e27438f6dd4680d1607d7778 SHA512 824983b39426cf18a3a286c13feb335416f91ea06f4fd64b3752ca1f3d3d25ba085813e63d59378656022c237c4e38424aab7e3b3e55e03aead77f35f682b91c
|
||||
DIST stegcracker-20190219.tar.gz 860936 BLAKE2B 1b49276b741c4bc9c5bd5987cb6d7fd5ff8297c300649164a92a8f6f4ba620915ab5d80d4cec6f6f6f754a6ab9c96bf90c1433a55036da5d3a66cb6e086515d8 SHA512 d74255db6541bddf2af54911086af1276ba16bb87b8db3db3ebfc7def5a22d9fa9354393e587fa576a54c9a0d258f70401213fe03180ff84fcc970c19efd3680
|
||||
|
|
|
|||
|
|
@ -1,17 +1,17 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Steganography brute-force utility to uncover hidden data inside files."
|
||||
HOMEPAGE="https://github.com/Paradoxis/StegCracker"
|
||||
COMMIT="102ee64d4efd60f98a84cdabb185bfd5208778da"
|
||||
COMMIT="5f656b310033a1cc599676bcef742f25e70f6141"
|
||||
MY_P="StegCracker-${COMMIT}"
|
||||
SRC_URI="https://github.com/Paradoxis/StegCracker/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~x86 ~amd64"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
|
|
@ -22,4 +22,3 @@ S="${WORKDIR}/${MY_P}"
|
|||
src_install() {
|
||||
dobin stegcracker
|
||||
}
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ app-crypt/veracrypt
|
|||
~app-crypt/ophcrack-3.8.0
|
||||
app-crypt/ophcrack-tables
|
||||
|
||||
~app-crypt/stegcracker-20180803
|
||||
~app-crypt/stegcracker-20190219
|
||||
=app-crypt/bruteforce-salted-openssl-1.4*
|
||||
|
||||
#likely needs cleanup below this point
|
||||
|
|
|
|||
Loading…
Reference in a new issue