diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2013-03-03 10:16:37 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-03-03 10:16:37 -0600 |
commit | ef040c6fed37855f2ac3840d40f478e827284082 (patch) | |
tree | 7ff3e3335f515579ab25507523f456cf4b3e8527 /system | |
parent | a565c8c553c62508f93439a618c42ed7062e7c68 (diff) | |
download | slackbuilds-ef040c6fed37855f2ac3840d40f478e827284082.tar.gz |
system/postgis: Updated for version 2.0.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/postgis/postgis.SlackBuild | 6 | ||||
-rw-r--r-- | system/postgis/postgis.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/postgis/postgis.SlackBuild b/system/postgis/postgis.SlackBuild index 17f7b774d8..109996dacb 100644 --- a/system/postgis/postgis.SlackBuild +++ b/system/postgis/postgis.SlackBuild @@ -22,11 +22,11 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Maintained by Benjamin Trigona-Harany <bosth@alumni.sfu.ca> +# Maintained by Benjamin Trigona-Harany <slackbuilds@jaxartes.net> PRGNAM=postgis -VERSION=${VERSION:-2.0.2} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.0.3} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then diff --git a/system/postgis/postgis.info b/system/postgis/postgis.info index 6aebe94988..e83f384201 100644 --- a/system/postgis/postgis.info +++ b/system/postgis/postgis.info @@ -1,10 +1,10 @@ PRGNAM="postgis" -VERSION="2.0.2" +VERSION="2.0.3" HOMEPAGE="http://postgis.org" -DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz" -MD5SUM="f11e7b6258a9b37a268df531b692f892" +DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.0.3.tar.gz" +MD5SUM="23dce6a04992d5fdd07593b6bccf3a7d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gdal json-c postgresql" MAINTAINER="Benjamin Trigona-Harany" -EMAIL="bosth@alumni.sfu.ca" +EMAIL="slackbuilds@jaxartes.net" |