diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2019-10-05 05:35:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 05:35:38 +0700 |
commit | 399e77eed7f8178b897e122daaf4056a1308f2dc (patch) | |
tree | a929530b162453196e0ca2dad91cf449b6d29f54 /network | |
parent | 021d878cd714d6dda39fe4808db2a4f85ee1669d (diff) | |
download | slackbuilds-399e77eed7f8178b897e122daaf4056a1308f2dc.tar.gz |
network/ipscan: Updated for version 3.6.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 f1e16a2799..238bebdaca 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.6.0} +VERSION=${VERSION:-3.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/network/ipscan/ipscan.info b/network/ipscan/ipscan.info index 1d4d3a5f01..9f28344f8e 100644 --- a/network/ipscan/ipscan.info +++ b/network/ipscan/ipscan.info @@ -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" |