diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-26 20:22:47 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:30 +0700 |
commit | 33fbad9ef3da064f46c76ce8e360251367f1650a (patch) | |
tree | 108d5be551ea81d4142eba4bdf9669232248cabe /graphics/nomacs/nomacs.SlackBuild | |
parent | f56fac62b4561145e431caa5b81eba0c753e3582 (diff) |
graphics/nomacs: Updated for version 3.17.2282.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/nomacs/nomacs.SlackBuild')
-rw-r--r-- | graphics/nomacs/nomacs.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/nomacs/nomacs.SlackBuild b/graphics/nomacs/nomacs.SlackBuild index 30aeaba96793a..1fa007070e7db 100644 --- a/graphics/nomacs/nomacs.SlackBuild +++ b/graphics/nomacs/nomacs.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for nomacs -# Copyright 2013-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2023 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nomacs -VERSION=${VERSION:-3.17.2206} +VERSION=${VERSION:-3.17.2282} PVERSION=${PVERSION:-3.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,7 +84,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -zcat $CWD/nomacs-$VERSION-quazip-1.0.0.patch.gz | patch -p1 || exit 1 +zcat $CWD/quazip-1.0.0.patch.gz | patch -p1 || exit 1 cd ImageLounge |