diff options
-rw-r--r-- | gis/geogit/geogit.SlackBuild | 3 | ||||
-rw-r--r-- | gis/geogit/geogit.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gis/geogit/geogit.SlackBuild b/gis/geogit/geogit.SlackBuild index ed3c748cd3b8..6fe3ecd99a36 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 8498c1d9c57e..7d0e0b890624 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" |