system/gitolite: Updated for version 3.6.5.

Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
Mario Preksavec 2016-07-24 19:15:45 +02:00 committed by Willy Sudiarto Raharjo
parent 4edf5dff8b
commit c0708353c9
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for gitolite
# Copyright 2015 Mario Preksavec, Zagreb, HR
# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=gitolite
VERSION=${VERSION:-3.6.2}
VERSION=${VERSION:-3.6.5}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
ARCH=noarch
@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/v$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="gitolite"
VERSION="3.6.2"
VERSION="3.6.5"
HOMEPAGE="http://gitolite.com/"
DOWNLOAD="https://github.com/sitaramc/gitolite/archive/v3.6.2.tar.gz"
MD5SUM="72b70ed378a775b5cd496ee02b81c467"
DOWNLOAD="https://github.com/sitaramc/gitolite/archive/v3.6.5/gitolite-3.6.5.tar.gz"
MD5SUM="bad15674f54987e75742e2a131b7a59d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""