development/smartgithg: Updated for version 6.0.3.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Miguel De Anda 2014-07-06 23:50:29 -05:00 committed by Robby Workman
parent 10012cb371
commit 108694748f
3 changed files with 9 additions and 5 deletions

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="smartgithg"
VERSION=${VERSION:-5.0.9}
VERSION=${VERSION:-6.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
ARCH=noarch
@ -66,5 +66,9 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
mkdir -p $PKG/usr/bin
cd $PKG/usr/bin
ln -s ../share/$PRGNAM/bin/$PRGNAM.sh $PRGNAM
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}

View file

@ -1,7 +1,7 @@
[Desktop Entry]
Version=1.0
Encoding=UTF-8
Name=SmartGit/Hg 5
Name=SmartGit/Hg 6
Keywords=git;hg;svn;mercurial;subversion
GenericName=Git&Hg-Client + SVN-support
Type=Application

View file

@ -1,8 +1,8 @@
PRGNAM="smartgithg"
VERSION="5.0.9"
VERSION="6.0.3"
HOMEPAGE="http://www.syntevo.com/smartgithg/"
DOWNLOAD="http://www.syntevo.com/download/smartgithg/smartgithg-generic-5_0_9.tar.gz"
MD5SUM="8ec5a36666489f11841e320854dbb1fa"
DOWNLOAD="http://www.syntevo.com/download/smartgithg/smartgithg-generic-6_0_3.tar.gz"
MD5SUM="ae6a6c9b8afc3b2313da7e2b99543fb5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jdk"