diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2014-12-18 21:46:05 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-20 07:16:00 +0700 |
commit | c0bc85aaa7f714b702ea4265a257dbc615d3d8d3 (patch) | |
tree | 5a7bf8780162392dffab83f367098cee2784929c /gis/postgis/postgis.SlackBuild | |
parent | dcc8d4df111034ed35794d7574cf994751255bef (diff) | |
download | slackbuilds-c0bc85aaa7f714b702ea4265a257dbc615d3d8d3.tar.gz |
gis/postgis: Updated for version 2.1.5.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'gis/postgis/postgis.SlackBuild')
-rw-r--r-- | gis/postgis/postgis.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gis/postgis/postgis.SlackBuild b/gis/postgis/postgis.SlackBuild index 37df65f738..12e449bbf5 100644 --- a/gis/postgis/postgis.SlackBuild +++ b/gis/postgis/postgis.SlackBuild @@ -25,8 +25,8 @@ # Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> PRGNAM=postgis -VERSION=${VERSION:-2.1.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.1.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |