system/hashcat: Updated for version 3.5.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-05-08 01:30:45 +07:00
parent 3b10a9eda2
commit ffc501b9bf
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hashcat
VERSION=${VERSION:-3.30}
VERSION=${VERSION:-3.5.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="hashcat"
VERSION="3.30"
VERSION="3.5.0"
HOMEPAGE="https://hashcat.net/hashcat/"
DOWNLOAD="https://hashcat.net/files/hashcat-3.30.tar.gz"
MD5SUM="7f5682ddad66bd46972d07e1f2c00fa0"
DOWNLOAD="https://hashcat.net/files/hashcat-3.5.0.tar.gz"
MD5SUM="66ebaa792c57858610592ed024259cf7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="opencl-headers"