diff options
author | titopoquito <titopoquito@gmail.com> | 2023-12-31 07:39:01 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-31 09:47:25 +0700 |
commit | aaa4341d454bd0154559b4c9d26fc6038f660473 (patch) | |
tree | 3da646953cf476517d543834137b715085f67743 /libraries/libpano13/libpano13.SlackBuild | |
parent | cb64d0516eac8b4df826fb6e5f034b562aa53cac (diff) |
libraries/libpano13: Updated for version 2.9.22.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libpano13/libpano13.SlackBuild')
-rw-r--r-- | libraries/libpano13/libpano13.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/libpano13/libpano13.SlackBuild b/libraries/libpano13/libpano13.SlackBuild index a03e683decbf..c82f37f5d298 100644 --- a/libraries/libpano13/libpano13.SlackBuild +++ b/libraries/libpano13/libpano13.SlackBuild @@ -4,9 +4,7 @@ # # Copyright 2009-2010 Erik W. Hanson, Minneapolis, MN, USA # All rights reserved. -# Modified 2011 for version 2.9.18 by titopoquito -# Modified 2022 for version 2.9.21 by titopoquito -# (titopoquito@gmail.com) +# Modified 2011-2023 by titopoquito (titopoquito@gmail.com) # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -28,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=libpano13 -VERSION=${VERSION:-2.9.21} +VERSION=${VERSION:-2.9.22} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |