diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2019-08-29 21:39:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-29 21:39:46 +0700 |
commit | f55323dc779d570528e0cf70c9ff342f66316a22 (patch) | |
tree | 4ca3aceb56f1057166bc4192f9f2aeab2244f632 /network/ipscan | |
parent | d74ee539f2bb2fdbf1e76e0e7563706617c2d571 (diff) | |
download | slackbuilds-f55323dc779d570528e0cf70c9ff342f66316a22.tar.gz |
network/ipscan: Updated for version 3.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ipscan')
-rw-r--r-- | network/ipscan/ipscan.SlackBuild | 2 | ||||
-rw-r--r-- | network/ipscan/ipscan.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/network/ipscan/ipscan.SlackBuild b/network/ipscan/ipscan.SlackBuild index c69fa38ddd..f1e16a2799 100644 --- a/network/ipscan/ipscan.SlackBuild +++ b/network/ipscan/ipscan.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ipscan -VERSION=${VERSION:-3.5.5} +VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/ipscan/ipscan.info b/network/ipscan/ipscan.info index fe538244ad..1d4d3a5f01 100644 --- a/network/ipscan/ipscan.info +++ b/network/ipscan/ipscan.info @@ -1,10 +1,10 @@ PRGNAM="ipscan" -VERSION="3.5.5" +VERSION="3.6.0" HOMEPAGE="https://github.com/angryziber/ipscan/" -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" +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" REQUIRES="jdk" MAINTAINER="Edinaldo P. Silva" EMAIL="edps.mundognu@gmail.com" |