bruteforce-wallet: bump to 1.5.3

This commit is contained in:
Yury Martynov 2020-02-24 11:21:26 +03:00
parent 0dfd2e2979
commit 9584c174bc
No known key found for this signature in database
GPG key ID: EBE62DD0CCEAE19E
2 changed files with 26 additions and 0 deletions

View file

@ -1 +1,2 @@
DIST bruteforce-wallet-1.5.2.tar.xz 24852 BLAKE2B d6a5d971df05aa1086a63055ed1ebadd5ea24bc222da9c1ecf93db338d4b4cf357e59b2efb11a61afb57e8c6bda0dd5b1cab12fc1441e310a196746365a2ac15 SHA512 614c983e2e891d22340d5fed1783c92ecf35838a79cf89bfd2f7b5b5cb54ca3b7bd472bff201fb039dee8602a39b98e7692b8a33ebc7e6c35115372c3681d92e
DIST bruteforce-wallet-1.5.3.tar.gz 106554 BLAKE2B 966d4ae2f4948828a10f556632d27d292d54681fd82b038159a21aad0509aea871fece9ff3c619f4bcf072218ca41c71c3b46d1cedfb97dcd9cf41024c2d1a68 SHA512 ca27863e1445dd7e68d3e0ce5ab528edcd9682045accdf0f0d31250ca7e5309e51771d163b3da810d4cbff96344d4f78a0bf761e54f700cc7fd88565dd0d8431

View file

@ -0,0 +1,25 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="Crypto-currency wallet password recovery tool"
HOMEPAGE="https://github.com/glv2/bruteforce-wallet"
SRC_URI="https://github.com/glv2/${PN}/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
LICENSE="GPL-3"
SLOT="0"
DEPEND="
dev-libs/openssl:*
sys-libs/db:*"
RDEPEND="${DEPEND}"
src_prepare() {
eautoreconf
default
}