diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/jstock/jstock.SlackBuild | 4 | ||||
-rw-r--r-- | misc/jstock/jstock.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/jstock/jstock.SlackBuild b/misc/jstock/jstock.SlackBuild index d9599b9737..505ef0b614 100644 --- a/misc/jstock/jstock.SlackBuild +++ b/misc/jstock/jstock.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jstock -# Copyright 2014 Zhu Qun-Ying +# Copyright 2014-2015 Zhu Qun-Ying # 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=jstock -VERSION=${VERSION:-1.0.7n} +VERSION=${VERSION:-1.0.7z} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/misc/jstock/jstock.info b/misc/jstock/jstock.info index 037ede41bc..815ab59497 100644 --- a/misc/jstock/jstock.info +++ b/misc/jstock/jstock.info @@ -1,8 +1,8 @@ PRGNAM="jstock" -VERSION="1.0.7n" +VERSION="1.0.7z" HOMEPAGE="http://www.jstock.org/" -DOWNLOAD="http://downloads.sourceforge.net/jstock/jstock-1.0.7n-bin.zip" -MD5SUM="f2e82662b0c37c8dd19968bc984469a2" +DOWNLOAD="https://github.com/yccheok/jstock/releases/download/release_1-0-7z/jstock-1.0.7z-bin.zip" +MD5SUM="6c10d3327a72ee737c3647e64bd2af14" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |