summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2014-03-10 18:35:05 +0100
committer Erik Hanson2014-03-12 18:42:50 +0100
commit9480e0e7cb3a918e2b163ef2711ee4814cee1628 (patch)
tree77b17ee0420379243d2b38cbf9d95271d2d48443 /gis
parent8fa35d6e8d041234220d4976e2c4f8bae394431e (diff)
downloadslackbuilds-9480e0e7cb3a918e2b163ef2711ee4814cee1628.tar.gz
gis/geogit: Updated for version 0.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/geogit/geogit.SlackBuild3
-rw-r--r--gis/geogit/geogit.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/gis/geogit/geogit.SlackBuild b/gis/geogit/geogit.SlackBuild
index ed3c748cd3..6fe3ecd99a 100644
--- a/gis/geogit/geogit.SlackBuild
+++ b/gis/geogit/geogit.SlackBuild
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=geogit
-VERSION=0.6.0
+VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,6 +51,7 @@ cp -a bin repo $PKG/$GEOGIT_HOME/
# set the path to the jar wrapper in the startup script
ln -s /$GEOGIT_HOME/bin/geogit $PKG/usr/bin/geogit
ln -s /$GEOGIT_HOME/bin/geogit-console $PKG/usr/bin/geogit-console
+ln -s /$GEOGIT_HOME/bin/geogit-gateway $PKG/usr/bin/geogit-gateway
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a LICENSE.txt $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/gis/geogit/geogit.info b/gis/geogit/geogit.info
index 8498c1d9c5..7d0e0b8906 100644
--- a/gis/geogit/geogit.info
+++ b/gis/geogit/geogit.info
@@ -1,8 +1,8 @@
PRGNAM="geogit"
-VERSION="0.6.0"
+VERSION="0.7.0"
HOMEPAGE="http://geogit.org/"
-DOWNLOAD="http://sourceforge.net/projects/geogit/files/geogit-0.6.0/geogit-cli-app-0.6.0.zip"
-MD5SUM="7ae98d6734c344e8a0e721dbbf768781"
+DOWNLOAD="http://sourceforge.net/projects/geogit/files/geogit-0.7.0/geogit-cli-app-0.7.0.zip"
+MD5SUM="1878c9d1218c971e777607f46c6b408f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"