diff options
author | ArTourter <artourter@gmail.com> | 2022-03-02 21:58:59 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-03 15:56:38 +0700 |
commit | 73a5dc7f97bc20c25e54ac5c2f9debde059de921 (patch) | |
tree | 9c2fd4a6f758f102d9fd9a2e35364071fbadee56 /gis/proj-data/proj-data.SlackBuild | |
parent | 53a23770a96cc298b7a9f27da1e04ab1acafb064 (diff) |
gis/proj-data: Updated for version 1.9
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/proj-data/proj-data.SlackBuild')
-rw-r--r-- | gis/proj-data/proj-data.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/proj-data/proj-data.SlackBuild b/gis/proj-data/proj-data.SlackBuild index 62f1ed8d7dad9..660e2a0954dfe 100644 --- a/gis/proj-data/proj-data.SlackBuild +++ b/gis/proj-data/proj-data.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for proj-data # Copyright 2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2021 Gregory J. L. Tourte <artourter@gmail.com> +# Copyright 2021-2022 Gregory J. L. Tourte <artourter@gmail.com> # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=proj-data -VERSION=${VERSION:-1.8} +VERSION=${VERSION:-1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |