mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
gis/geogit: Updated for version 0.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8fa35d6e8d
commit
9480e0e7cb
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue