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/postgis/postgis.SlackBuild | |
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/postgis/postgis.SlackBuild')
-rw-r--r-- | system/postgis/postgis.SlackBuild | 6 |
1 files changed, 3 insertions, 3 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 |