diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2022-01-01 11:44:11 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-04 07:49:59 +0700 |
commit | 8df11f4eb20587fe5e3dabadab8dfdc5c9c0b9d9 (patch) | |
tree | 02e10fdc3d1779793a3e602ab5152e995dab6081 /office/jstock | |
parent | 58cf870287c58f77a026180c5c069cc11851d201 (diff) |
office/jstock: Updated for version 1.0.7.55.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/jstock')
-rw-r--r-- | office/jstock/jstock.SlackBuild | 4 | ||||
-rw-r--r-- | office/jstock/jstock.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/office/jstock/jstock.SlackBuild b/office/jstock/jstock.SlackBuild index 8e83f0bcae07..2c975ce61548 100644 --- a/office/jstock/jstock.SlackBuild +++ b/office/jstock/jstock.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for jstock -# Copyright 2014-2018 Zhu Qun-Ying +# Copyright 2014-2022 Zhu Qun-Ying # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jstock -VERSION=${VERSION:-1.0.7.48} +VERSION=${VERSION:-1.0.7.55} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/office/jstock/jstock.info b/office/jstock/jstock.info index 0331cfe2330f..1b1d7fcca707 100644 --- a/office/jstock/jstock.info +++ b/office/jstock/jstock.info @@ -1,8 +1,8 @@ PRGNAM="jstock" -VERSION="1.0.7.48" +VERSION="1.0.7.55" HOMEPAGE="http://www.jstock.org/" -DOWNLOAD="https://github.com/yccheok/jstock/releases/download/release_1.0.7.48/jstock-1.0.7.48-bin.zip" -MD5SUM="a4d5da6c55eefc79766fbf8f82534e4d" +DOWNLOAD="https://github.com/yccheok/jstock/releases/download/release_1-0-7-55/jstock-1.0.7.55-bin.zip" +MD5SUM="5e34fd61419be0862a79497bd724adab" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |