diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-06-01 13:00:39 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-06-02 07:32:25 +0700 |
commit | 87dc1b8aea13e70841980d0351193af45a346c44 (patch) | |
tree | 4d68d41a6cdc45067477b251d42f05a76e9c1a3e /gis/proj/proj.SlackBuild | |
parent | a3618098e8f52f8e720793f7be00bd8efe580467 (diff) |
gis/proj: Updated for version 5.1.0.
Diffstat (limited to 'gis/proj/proj.SlackBuild')
-rw-r--r-- | gis/proj/proj.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/proj/proj.SlackBuild b/gis/proj/proj.SlackBuild index 8cc3ae6f8fc6..466011cc2934 100644 --- a/gis/proj/proj.SlackBuild +++ b/gis/proj/proj.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for proj # Written by Kyle Guinn <elyk03@gmail.com> -# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2014-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=proj -VERSION=${VERSION:-5.0.1} +VERSION=${VERSION:-5.1.0} DGVERSION=${DGVERSION:-1.7} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} |