diff options
author | Fellype do Nascimento <fellypao@yahoo.com.br> | 2021-12-30 09:40:52 -0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-31 08:27:04 +0700 |
commit | 2d9af791f7f52a8950158a0942201e88a4b9b663 (patch) | |
tree | 1bb37152332b8ebca34a60f1fbe8ba34b0c446d1 /academic/getdp/getdp.SlackBuild | |
parent | ef34da1eb6ec31c531e48c473f82c8ecd4c7d756 (diff) | |
download | slackbuilds-2d9af791f7f52a8950158a0942201e88a4b9b663.tar.gz |
academic/getdp: Updated for version 3.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/getdp/getdp.SlackBuild')
-rw-r--r-- | academic/getdp/getdp.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/academic/getdp/getdp.SlackBuild b/academic/getdp/getdp.SlackBuild index edf57073d1..861e21effd 100644 --- a/academic/getdp/getdp.SlackBuild +++ b/academic/getdp/getdp.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for getdp -# Copyright 2020 Fellype do Nascimento, Campinas, Brazil +# Copyright 2020-2022 Fellype do Nascimento, Guaratingueta, Brazil # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=getdp -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |