network/ipscan: Updated for version 3.5.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2019-01-14 08:54:16 +07:00 committed by Willy Sudiarto Raharjo
parent 2ae4fe2e19
commit 5b74387013
2 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
#
# Slackware build script for ipscan.
#
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2015-2019 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ipscan
VERSION=${VERSION:-3.5.3}
VERSION=${VERSION:-3.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="ipscan"
VERSION="3.5.3"
VERSION="3.5.5"
HOMEPAGE="https://github.com/angryziber/ipscan/"
DOWNLOAD="https://github.com/angryziber/ipscan/releases/download/3.5.3/ipscan-linux-3.5.3.jar"
MD5SUM="617a3d6c08196d8b8deebbd067367030"
DOWNLOAD_x86_64="https://github.com/angryziber/ipscan/releases/download/3.5.3/ipscan-linux64-3.5.3.jar"
MD5SUM_x86_64="d3fe490d164fcf4f7da065c3ce31a15d"
DOWNLOAD="https://github.com/angryziber/ipscan/releases/download/3.5.5/ipscan-linux-3.5.5.jar"
MD5SUM="05c0ee671f9de20b338e40a9d0a8199d"
DOWNLOAD_x86_64="https://github.com/angryziber/ipscan/releases/download/3.5.5/ipscan-linux64-3.5.5.jar"
MD5SUM_x86_64="c5b3e5c7df43145f44086254c9c8d50d"
REQUIRES="jdk"
MAINTAINER="Edinaldo P. Silva"
EMAIL="edps.mundognu@gmail.com"