diff options
Diffstat (limited to 'system/openstego/openstego.SlackBuild')
-rw-r--r-- | system/openstego/openstego.SlackBuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/system/openstego/openstego.SlackBuild b/system/openstego/openstego.SlackBuild index 28ed888872011..1bdad7e1ddc5e 100644 --- a/system/openstego/openstego.SlackBuild +++ b/system/openstego/openstego.SlackBuild @@ -1,8 +1,9 @@ #!/bin/sh -# Slackware build script for OpenStego +# Slackware build script for openstego -# Copyright 2012-2014 Fridrich von Stauffenberg <cancellor2@gmail.com> +# Copyright 2012-2014 Fridrich von Stauffenberg <email removed> +# Copyright 2018 B. Watson <yalhcru@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,8 +23,14 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20180802 bkw: +# - Take over maintenance. +# - Update for v0.7.3. +# - Increase java's allowed memory usage from 512M to 1024M in +# openstego.sh. This matches upstream's recommendation. + PRGNAM=openstego -VERSION=${VERSION:-0.6.1} +VERSION=${VERSION:-0.7.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |