mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/ipscan: Updated for version 3.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
021d878cd7
commit
399e77eed7
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=ipscan
|
||||
VERSION=${VERSION:-3.6.0}
|
||||
VERSION=${VERSION:-3.6.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="ipscan"
|
||||
VERSION="3.6.0"
|
||||
VERSION="3.6.1"
|
||||
HOMEPAGE="https://github.com/angryziber/ipscan/"
|
||||
DOWNLOAD="https://github.com/angryziber/ipscan/releases/download/3.6.0/ipscan-linux-3.6.0.jar"
|
||||
MD5SUM="29e81e0bd1a7697b418422408bdd0aaa"
|
||||
DOWNLOAD_x86_64="https://github.com/angryziber/ipscan/releases/download/3.6.0/ipscan-linux64-3.6.0.jar"
|
||||
MD5SUM_x86_64="d52ea813ed9d76b74de6a326414a1b21"
|
||||
DOWNLOAD="https://github.com/angryziber/ipscan/releases/download/3.6.1/ipscan-linux-3.6.1.jar"
|
||||
MD5SUM="84c9d8d777bef2500562493b9632a272"
|
||||
DOWNLOAD_x86_64="https://github.com/angryziber/ipscan/releases/download/3.6.1/ipscan-linux64-3.6.1.jar"
|
||||
MD5SUM_x86_64="32849c0f2af5216c3fb74dabfcfd2743"
|
||||
REQUIRES="jdk"
|
||||
MAINTAINER="Edinaldo P. Silva"
|
||||
EMAIL="edps.mundognu@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue