diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2019-11-10 18:46:22 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-23 16:01:56 +0700 |
commit | 7a2a4ef9c61bc2a55defe6bcd4400b0075dd9235 (patch) | |
tree | c485b335e655ffdadaf9fadd73cc1eeea23fc108 /gis/postgis | |
parent | 262f3ec67a9eaf5611c872688fc69dc594c12bcb (diff) | |
download | slackbuilds-7a2a4ef9c61bc2a55defe6bcd4400b0075dd9235.tar.gz |
pis/postgis: Updated for version 3.0.0.
Diffstat (limited to 'gis/postgis')
-rw-r--r-- | gis/postgis/postgis.SlackBuild | 2 | ||||
-rw-r--r-- | gis/postgis/postgis.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index 862c1b87d3..df3507fea2 100644 --- a/gis/postgis/postgis.SlackBuild +++ b/gis/postgis/postgis.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=postgis -VERSION=${VERSION:-2.5.3} +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/gis/postgis/postgis.info b/gis/postgis/postgis.info index 7b2cc160e0..d577e5e6a2 100644 --- a/gis/postgis/postgis.info +++ b/gis/postgis/postgis.info @@ -1,8 +1,8 @@ PRGNAM="postgis" -VERSION="2.5.3" +VERSION="3.0.0" HOMEPAGE="http://postgis.org" -DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.5.3.tar.gz" -MD5SUM="475bca6249ee11f675b899de14fd3f42" +DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-3.0.0.tar.gz" +MD5SUM="725019e3a67ac52ccef4d00031cb0c77" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gdal postgresql" |