diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2023-04-20 18:56:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:27 +0700 |
commit | 1d8e849cb60d25253fa510cf54f82d4de05993e8 (patch) | |
tree | ea4a0246ba97f261110d5351c55afe3d8bd9abc8 /academic/paml/paml.SlackBuild | |
parent | 5540e76231f03e7d326f878f7320dc644ee1160a (diff) |
academic/paml: Updated for version 4.10.6.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/paml/paml.SlackBuild')
-rw-r--r-- | academic/paml/paml.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/paml/paml.SlackBuild b/academic/paml/paml.SlackBuild index 63af805f4e..d27df64db3 100644 --- a/academic/paml/paml.SlackBuild +++ b/academic/paml/paml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for paml -# Copyright 2013-2022 Petar Petrov slackalaxy@gmail.com +# Copyright 2013-2023 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=paml -VERSION=${VERSION:-4.10.5} +VERSION=${VERSION:-4.10.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |