aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/postgis.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb
index e38112d67..1ce32fd92 100644
--- a/Library/Formula/postgis.rb
+++ b/Library/Formula/postgis.rb
@@ -2,8 +2,8 @@ require 'formula'
class Postgis < Formula
homepage 'http://postgis.net'
- url 'http://download.osgeo.org/postgis/source/postgis-2.1.3.tar.gz'
- sha256 'c17812aa4bb86ed561dfc65cb42ab45176b94e0620de183a4bbd773d6d876ec1'
+ url 'http://download.osgeo.org/postgis/source/postgis-2.1.4.tar.gz'
+ sha256 'cd73c2a38428c8736f6cae73b955aee0bd42f9ca4fd8d93c1af464524cb100fc'
head 'http://svn.osgeo.org/postgis/trunk/'
@@ -104,7 +104,7 @@ class Postgis < Formula
To create a spatially-enabled database, see the documentation:
http://postgis.net/docs/manual-2.1/postgis_installation.html#create_new_db_extensions
If you are currently using PostGIS 2.0+, you can go the soft upgrade path:
- ALTER EXTENSION postgis UPDATE TO "2.1.3";
+ ALTER EXTENSION postgis UPDATE TO "2.1.4";
Users of 1.5 and below will need to go the hard-upgrade path, see here:
http://postgis.net/docs/manual-2.1/postgis_installation.html#upgrading